@font-face {
  font-family: 'Wulkand';
  src: url('../fonts/wulkand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url("bootstrap.min.css");

@import url("animate.css");

@import url("font-awesome.min.css");

@import url("owl.carousel.css");

@import url("hover-min.css");

@import url("owl.theme.default.min.css");

@import url("bootstrap-select.min.css");

@import url("magnific-popup.css");

@import url("jquery.bxslider.min.css");

@import url("../plugins/dixitcabs-icon/style.css");

/*

* 2. miscelnious styles

*/
:root {
  --theme-color: #00AAA0;
  --second-theme-color: #ffffff;
  --white-color: #ffffff;
  --color-one: #e6e6ff;
  --color-two: var(--theme-color);
  --color-three: #b3b3ff;
  --Wulkan: "Wulkand", sans-serif;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  color: #000;
  overflow-x: hidden;
}
p{
  font-size: 15px;

}


a:active,

a:hover,

a:focus,

a:visited {

  text-decoration: none !important;

}


.btn-primary {

  background: var(--theme-color) !important;

  border: none !important;

}

.page-wrapper {

  position: relative;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

  overflow: hidden;

}



@media (min-width: 1200px) {

  .container {

    max-width: 1200px;

  }

}

.thm-black-bg {

  background-color: #000;

}



.thm-base-bg {

  background-color: var(--theme-color);

}



.thm-gray-bg {

  background-color: #F3F3F3;

}


/* *****************************buttons****************************** */
.btnTheme {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-color);
  color: var(--rofiex-white, #fff);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 32px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
}

.btnTheme i {
  font-size: 12px;
  margin-left: 9px;
  color: inherit;
  display: inline-block;
  transition: all 0.2s ease;
}

.btnTheme::after {
  content: "";
  background-color: var(--rofiex-black2, #222222);
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: inherit;
  z-index: -1;
  transition: all 0.5s ease;
}

.btnTheme:hover {
  color: var(--rofiex-white, #fff);
}

.btnTheme:hover:after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 10px;
}


hr.style-one {

  margin: 0;

  border-top: 2px solid #F3F3F3;

}



@-webkit-keyframes bgSlide {

  0% {

    background-position: 0 0;

  }

  20% {

    background-position: -100px 0;

  }

  40% {

    background-position: -200px 0;

  }

  60% {

    background-position: -150px 0;

  }

  80% {

    background-position: -100px 0;

  }

  100% {

    background-position: 0px 0;

  }

}



@keyframes bgSlide {

  0% {

    background-position: 0 0;

  }

  20% {

    background-position: -100px 0;

  }

  40% {

    background-position: -200px 0;

  }

  60% {

    background-position: -150px 0;

  }

  80% {

    background-position: -100px 0;

  }

  100% {

    background-position: 0px 0;

  }

}

@-webkit-keyframes bgSlideReverse {

  0% {

    background-position: 0 0;

  }

  20% {

    background-position: 100px 0;

  }

  40% {

    background-position: 200px 0;

  }

  60% {

    background-position: 150px 0;

  }

  80% {

    background-position: 100px 0;

  }

  100% {

    background-position: 0px 0;

  }

}

@keyframes bgSlideReverse {

  0% {

    background-position: 0 0;

  }

  20% {

    background-position: 100px 0;

  }

  40% {

    background-position: 200px 0;

  }

  60% {

    background-position: 150px 0;

  }

  80% {

    background-position: 100px 0;

  }

  100% {

    background-position: 0px 0;

  }

}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,

.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,

.bootstrap-select .show>.btn-light.dropdown-toggle {

  background-color: transparent;

  box-shadow: none !important;

  outline: none;

}

.bootstrap-select>.dropdown-toggle {

  box-shadow: none !important;

}

.bootstrap-select .dropdown-toggle:focus,

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {

  outline: none !important;

}



.bootstrap-select .dropdown-menu {

  padding-top: 0;

  padding-bottom: 0;

  margin-top: 0;

  z-index: 991;

}

.bootstrap-select .dropdown-menu>li+li>a {

  border-top: 1px solid #eee;

}

.bootstrap-select .dropdown-menu>li:first-child>a {

  padding-top: 10px;

}

.bootstrap-select .dropdown-menu>li:last-child>a {

  padding-bottom: 10px;

}

.bootstrap-select .dropdown-menu>li.selected>a {

  background: var(--theme-color);

  color: var(--white-color);

}

.bootstrap-select .dropdown-menu>li>a {

  font-size: 16px;

  font-weight: 500;

  padding: 9px 20px;

  color: #000;

  transition: all .4s ease;

}

.bootstrap-select .dropdown-menu>li>a:hover {

  background: var(--theme-color);

  color: var(--white-color);

  cursor: pointer;

}



.block-title {

  margin-bottom: 60px;

}

.block-title .dot-line {

  display: inline-block;

  vertical-align: middle;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  /*background-color: var(--theme-color);*/

}

.block-title .dot-line+p {

  margin-top: -5px;

}

.block-title h2,

.block-title p {

  margin: 0;

  color: #000;

}

.block-title h2.light,

.block-title p.light {

  color: var(--white-color);

}

.block-title p {

  color: var(--theme-color);

  font-weight: 600;

  font-size: 16px;

}

.block-title p.light-2 {

  color: #B5B5B5;

}

.block-title h2 {

  font-size: 42px;

  letter-spacing: -.04em;

  font-weight: 700;

}



.block-text p {

  margin: 0;

  color: #717171;

  font-size: 16px;

  line-height: 34px;

}



.preloader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background-color: var(--white-color);

  background-image: url(../images/resources/preloader.png);

  background-repeat: no-repeat;

  background-position: center center;

}



.scroll-to-top {

  display: inline-block;

  width: 45px;

  height: 45px;

  background: var(--theme-color);

  position: fixed;

  bottom: 40px;

  right: 40px;

  z-index: 99;

  text-align: center;

  transition: all .4s ease;

  display: none !important;

  border-radius: 50%;

}

.scroll-to-top:after,
.scroll-to-top:before {

  width: 45px;

  height: 45px;

  border-radius: 50%;

  background-color: var(--theme-color);

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-animation-delay: .9s;

  animation-delay: .9s;

  content: "";

  position: absolute;

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

  transition: all .4s ease;

}

.scroll-to-top:after {

  -webkit-animation-delay: .6s;

  animation-delay: .6s;

}

@-webkit-keyframes ripple {

  70% {

    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);

  }

  100% {

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

@keyframes ripple {

  70% {

    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);

  }

  100% {

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

.scroll-to-top i {

  font-size: 18px;

  line-height: 45px;

  color: var(--white-color);

  position: relative;

  z-index: 10;

}

.scroll-to-top:hover {

  background: #000;

}

.scroll-to-top:hover:before,
.scroll-to-top:hover:after {

  background-color: #000;

}

.scroll-to-top:hover i {

  color: var(--theme-color);

}


/*

* 4. slider styles

*/

.main-banner-wrapper {

  position: relative;

}

.main-banner-wrapper .carousel-btn-block .carousel-btn {

  display: inline-block;

  vertical-align: middle;

  cursor: pointer;

  transition: all .4s ease;

  font-size: 36px;

  color: var(--white-color);

  width: 63px;

  height: 63px;

  border-style: solid;

  border-width: 2px;

  border-color: white;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 9;

  transition: all .4s ease;

}

.main-banner-wrapper .carousel-btn-block .carousel-btn i {

  line-height: 59px;

}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {

  color: var(--theme-color);

  border-color: var(--theme-color);

}

.main-banner-wrapper .carousel-btn-block .carousel-btn i {

  display: block;

  vertical-align: middle;

}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {

  left: 120px;

  text-align: right;

}

.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {

  right: 120px;

  text-align: left;

}



.banner-style-one .slide {

  padding-bottom: 176.5px;

  padding-top: 146.5px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  height: 100vh;

}

.banner-style-one .owl-nav {

  display: none;

}

.banner-style-one .owl-dots {

  display: none;

}

.banner-style-one h3,

.banner-style-one p {

  margin: 0;

}

.banner-style-one .banner-title {

  margin: 0;

  color: var(--white-color);

  font-size: 90px;

  line-height: 100px;

  font-weight: 700;

  letter-spacing: -0.02em;

  opacity: 0;

  -webkit-transform: translateY(-100px);

  transform: translateY(-100px);

  transition: all 1.5s ease 1s;

}

.banner-style-one p {

  color: var(--white-color);

  font-size: 30px;

  line-height: 40px;

  font-weight: 500;

  opacity: 0;

  margin-top: 43px;

  margin-bottom: 40px;

  -webkit-transform: translateY(50px);

  transform: translateY(50px);

  transition: all 1.5s ease;

}

.banner-style-one .btn-block {

  opacity: 0;

  -webkit-transform: translateY(-50px);

  transform: translateY(-50px);

  transition: all 1.5s ease;

}

.banner-style-one .banner-btn {

  display: inline-block;

  vertical-align: middle;

  font-weight: 600;

  background-color: var(--theme-color);

  color: var(--white-color);

  font-size: 18px;

  border-radius: 38.5px;

  padding: 21.5px 59px;

  transition: all .4s ease;

}

.banner-style-one .banner-btn:hover {

  color: #000;

  background-color: var(--white-color);

}

.banner-style-one .active .banner-title,

.banner-style-one .active p,

.banner-style-one .active .btn-block {

  opacity: 1;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);

}

.banner-style-one .active p {

  transition-delay: 1s;

  opacity: .7;

}

.banner-style-one .active .btn-block {

  transition-delay: 2s;

}

.banner-style-one .owl-dots {

  margin: 0;

  position: absolute;

  bottom: 40px;

  left: 0;

  width: 100%;

}

.banner-style-one .owl-dots .owl-dot span {

  width: 7px;

  height: 7px;

  background-color: #D5DBD5;

  margin: 0;

  transition: all .4s ease;

}

.banner-style-one .owl-dots .owl-dot+.owl-dot {

  margin-left: 25px;

}

.banner-style-one .owl-dots .owl-dot.active span {

  background-color: var(--theme-color);

}

.banner-style-one.no-dots .owl-dots {

  display: none !important;

}



.banner-style-two .slide {

  padding-bottom: 105px;

  padding-top: 105px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

}

.banner-style-two .owl-nav {

  display: none;

}

.banner-style-two .owl-dots {

  display: none;

}

.banner-style-two h3,

.banner-style-two p {

  margin: 0;

}

.banner-style-two h3 {

  font-size: 80px;

  line-height: 90px;

  color: #000;

  letter-spacing: -0.04em;

  font-weight: bold;

  margin-bottom: 35px;

}

.banner-style-two .banner-circle {

  width: 100%;

  max-width: 670px;

  height: 670px;

  background-position: center center;

  background-repeat: no-repeat;

  background-color: var(--theme-color);

  background-blend-mode: overlay;

  margin-left: auto;

  margin-right: auto;

  border-radius: 50%;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}

.banner-style-two .banner-circle .inner-block {

  width: 100%;

}

.banner-style-two .btn-block {

  opacity: 0;

  -webkit-transform: translateY(-50px);

  transform: translateY(-50px);

  transition: all 1.5s ease;

}

.banner-style-two .banner-btn {

  display: inline-block;

  vertical-align: middle;

  font-weight: 600;

  background-color: #000;

  color: var(--white-color);

  font-size: 18px;

  border-radius: 38.5px;

  padding: 21.5px 59px;

  transition: all .4s ease;

}

.banner-style-two .banner-btn:hover {

  color: #000;

  background-color: var(--white-color);

}

.banner-style-two .active .banner-title,

.banner-style-two .active p,

.banner-style-two .active .btn-block {

  opacity: 1;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);

}

.banner-style-two .active p {

  transition-delay: 1s;

  opacity: .7;

}

.banner-style-two .active .btn-block {

  transition-delay: 2s;

}

.banner-style-two .active .banner-circle {

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX;

}

.banner-style-two .owl-dots {

  margin: 0;

  position: absolute;

  bottom: 40px;

  left: 0;

  width: 100%;

}

.banner-style-two .owl-dots .owl-dot span {

  width: 7px;

  height: 7px;

  background-color: #D5DBD5;

  margin: 0;

  transition: all .4s ease;

}

.banner-style-two .owl-dots .owl-dot+.owl-dot {

  margin-left: 25px;

}

.banner-style-two .owl-dots .owl-dot.active span {

  background-color: var(--theme-color);

}

.banner-style-two.no-dots .owl-dots {

  display: none !important;

}



/*

* 5. brand styles

*/

.brand-carousel-one {

  padding: 90px 0;

}

.brand-carousel-one .owl-nav {

  margin: 0;

}



/*

* 6. footer styles

*/

.site-footer {

  position: relative;

  background-color: #000;

}

/*.site-footer:before, .site-footer:after {

  content: '';

  position: absolute;

  width: 100%;

  left: 0;

  height: 38px;

  background-color: #000;

  background-repeat: repeat-x;

  background-position: 0 0;

}

.site-footer:before {

  top: 0;

  background-image: url(../images/resources/zigzag-box.png);

  -webkit-animation: bgSlideReverse 20s linear infinite;

          animation: bgSlideReverse 20s linear infinite;

}

.site-footer:after {

  -webkit-animation: bgSlide 20s linear infinite;

          animation: bgSlide 20s linear infinite;

  background-image: url(../images/resources/zigzag-box-2.png);

  bottom: 0;

}*/

.site-footer.no-top-zigzag .upper-footer {

  padding-top: 120px;

}

.site-footer.no-top-zigzag:before {

  display: none;

}

.site-footer .container {

  position: relative;

}

.site-footer .footer-bg {

  position: absolute;

  top: 0;

  right: 0;

  opacity: .05;

}

.site-footer .upper-footer {

  padding-bottom: 60px;

  padding-top: 80px;

}

.site-footer .bottom-footer .inner-container {

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding-top: 20px;

  padding-bottom: 60px;

}

.site-footer .bottom-footer .left-block .footer-logo {

  display: inline-block;

  vertical-align: middle;

  margin-right: 14px;

}

.site-footer .bottom-footer .left-block span {

  color: var(--white-color);

  font-size: 14px;

  font-weight: 600;

}

.site-footer .bottom-footer .left-block span a {

  color: var(--theme-color);

}

.site-footer .bottom-footer .link-lists {

  margin: 0;

  padding: 0;

  list-style: none;

}

.site-footer .bottom-footer .link-lists li {

  display: inline-block;

  vertical-align: middle;

}

.site-footer .bottom-footer .link-lists li+li {

  margin-left: 16px;

}

.site-footer .bottom-footer .link-lists li a {

  color: var(--white-color);

  transition: all .4s ease;

}

.site-footer .bottom-footer .link-lists li a:hover {

  color: var(--theme-color);

}

.site-footer .footer-widget h3,
.site-footer .footer-widget p,
.site-footer .footer-widget ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.site-footer .footer-widget .widget-title {

  margin-bottom: 32px;

}

.site-footer .footer-widget .widget-title h3 {

  margin: 0;

  color: var(--white-color);

  font-size: 18px;

  font-weight: 600;

}

.site-footer .footer-widget p {

  font-size: 14px;

  /*line-height: 30px;*/

  color: var(--white-color);

  /*margin: 0px 15px 0px 0px;*/

  font-weight: 600;

}

.site-footer .footer-widget .link-lists li+li {

  margin-top: 8px;

}

.site-footer .footer-widget .link-lists li a {

  color: var(--white-color);

  font-size: 14px;

  font-weight: 600;

  transition: all .4s ease;

  position: relative;

  display: inline-block;

}

.site-footer .footer-widget .link-lists li a:before {

  content: '\f101';

  font-family: 'FontAwesome';

  color: var(--theme-color);

  font-size: 14px;

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%) translateX(-15px);

  transform: translateY(-50%) translateX(-15px);

  opacity: 0;

  transition: all .4s ease;

}

.site-footer .footer-widget .link-lists li a:hover {

  color: var(--theme-color);

  -webkit-transform: translateX(20px);

  transform: translateX(20px);

}

.site-footer .footer-widget .link-lists li a:hover:before {

  opacity: 1;

}

.site-footer .footer-widget .contact-infos {

  margin-top: 21px;

}

.site-footer .footer-widget .contact-infos li {

  position: relative;

  color: var(--white-color);

  font-size: 14px;

  font-weight: 600;

  padding-left: 20px;

}

.site-footer .footer-widget .contact-infos li i {

  color: var(--white-color);

  font-size: 13px;

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}

.site-footer .footer-widget .subscribe-form {

  position: relative;

  height: 67px;

  background-color: #242424;

  border-radius: 33.5px;

  margin-top: 34px;

}

.site-footer .footer-widget .subscribe-form input {

  width: 100%;

  height: 100%;

  background-color: transparent;

  border: none;

  outline: none;

  padding-left: 40px;

}

.site-footer .footer-widget .subscribe-form button[type=submit] {

  border: none;

  outline: none;

  cursor: pointer;

  position: absolute;

  top: 50%;

  right: 10px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 47px;

  height: 47px;

  border-radius: 50%;

  text-align: center;

  line-height: 47px;

  background-color: var(--theme-color);

  color: var(--white-color);

  font-size: 14px;

  font-weight: 600;

  transition: all .4s ease;

}

.site-footer .footer-widget .subscribe-form button[type=submit]:hover {

  background-color: var(--white-color);

}

.site-footer .footer-widget .social-block {

  margin-top: 22px;

}

.site-footer .footer-widget .social-block a {

  color: var(--white-color);

  font-size: 16px;

  display: inline-block;

  vertical-align: middle;

  transition: all .4s ease;

}

.site-footer .footer-widget .social-block a+a {

  margin-left: 31px;

}

.site-footer .footer-widget .social-block a:hover {

  color: var(--theme-color);

}



/*

* 7. cta styles

*/

.cta-style-one {

  background-color: var(--theme-color);

  padding: 40px 0;

}

.cta-style-one h3,

.cta-style-one p {

  margin: 0;

  color: var(--white-color);

}

.cta-style-one p {

  font-size: 16px;

  font-weight: 600;

  line-height: 1em;

}

.cta-style-one h3 {

  font-size: 60px;

  font-weight: 700;

  letter-spacing: -0.04em;

  margin-top: 15px;

  margin-bottom: 60px;

}

.cta-style-one .cta-btn {

  background-color: #000;

  color: var(--white-color);

  font-size: 18px;

  font-weight: 600;

  display: inline-block;

  border-radius: 38.5px;

  padding: 21.5px 58.5px;

  transition: all .4s ease;

}

.cta-style-one .cta-btn:hover {

  color: #000;

  background-color: var(--white-color);

}



.cta-style-two {

  background-color: var(--theme-color);

  position: relative;

  padding-top: 50px;

  padding-bottom: 80px;

}

.cta-style-two .container {

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

}

/*.cta-style-two:before {

  content: '';

  position: absolute;

  width: 100%;

  left: 0;

  height: 38px;

  background-color: #000;

  background-repeat: repeat-x;

}

.cta-style-two:before {

  bottom: 0;

  background-image: url(../images/resources/zigzag-box.png);

  -webkit-animation: bgSlide 20s linear infinite;

          animation: bgSlide 20s linear infinite;

}*/

.cta-style-two.no-zigzag {

  padding-bottom: 120px;

}

.cta-style-two.no-zigzag:before {

  display: none;

}

.cta-style-two h3,

.cta-style-two p {

  margin: 0;

  color: var(--white-color);

}

.cta-style-two p {

  font-size: 16px;

  font-weight: 600;

  line-height: 1em;

}

.cta-style-two h3 {

  font-size: 50px;

  font-weight: 700;

  letter-spacing: -0.04em;

  margin-top: 15px;

}

.cta-style-two .cta-btn {

  background-color: #000;

  color: var(--white-color);

  font-size: 18px;

  font-weight: 600;

  display: inline-block;

  border-radius: 38.5px;

  padding: 21.5px 58.5px;

  transition: all .4s ease;

}

.cta-style-two .cta-btn:hover {

  color: #000;

  background-color: var(--white-color);

}



.cta-style-three {

  background-color: #F3F3F3;

}

.cta-style-three .image-block-wrapper {

  width: 100%;

  text-align: center;

  position: relative;

}

.cta-style-three .image-block-wrapper:before,
.cta-style-three .image-block-wrapper:after {

  content: '';

  background-color: var(--theme-color);

  border-radius: 50%;

  position: absolute;

  -webkit-animation: bubbleAnim 5s ease-in-out 0s infinite alternate;

  animation: bubbleAnim 5s ease-in-out 0s infinite alternate;

}

.cta-style-three .image-block-wrapper:before {

  width: 214px;

  height: 214px;

  top: 0;

  right: 0;

  -webkit-transform: translateX(-30%);

  transform: translateX(-30%);

}

.cta-style-three .image-block-wrapper:after {

  width: 145px;

  height: 145px;

  bottom: 0;

  left: 0;

  -webkit-transform: translateX(20%);

  transform: translateX(20%);

}

.cta-style-three .image-block-wrapper img {

  position: relative;

  z-index: 10;

  display: inline-block;

  transition: all .4s ease;

  -webkit-animation: imageMove 5s ease-in-out 0s infinite alternate;

  animation: imageMove 5s ease-in-out 0s infinite alternate;

}

@-webkit-keyframes imageMove {

  from {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

  to {

    -webkit-transform: translateY(50px);

    transform: translateY(50px);

  }

}

@keyframes imageMove {

  from {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

  to {

    -webkit-transform: translateY(50px);

    transform: translateY(50px);

  }

}

@-webkit-keyframes bubbleAnim {

  from {

    opacity: 1;

  }

  to {

    opacity: .2;

  }

}

@keyframes bubbleAnim {

  from {

    opacity: 1;

  }

  to {

    opacity: .2;

  }

}

.cta-style-three .content-block {

  padding-top: 105px;

  padding-bottom: 120px;

}

.cta-style-three .content-block .block-title {

  margin-bottom: 35px;

}

.cta-style-three .content-block p {

  margin: 0;

}

.cta-style-three .content-block .button-block {

  margin-top: 50px;

}

.cta-style-three .content-block .app-btn {

  display: inline-block;

  vertical-align: middle;

  background-color: #000;

  padding: 22px 0;

  padding-right: 40px;

  padding-left: 78px;

  border-radius: 38.5px;

  position: relative;

  transition: all .4s ease;

}

.cta-style-three .content-block .app-btn+.app-btn {

  margin-left: 10px;

}

.cta-style-three .content-block .app-btn span {

  color: var(--white-color);

  font-size: 18px;

  font-weight: 600;

  line-height: 1em;

  transition: all .4s ease;

}

.cta-style-three .content-block .app-btn i.icon {

  position: absolute;

  font-size: 30px;

  top: 50%;

  left: 40px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  color: var(--white-color);

  transition: all .4s ease;

}

.cta-style-three .content-block .app-btn .tag-line {

  display: block;

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: .2em;

  color: #B5B5B5;

}

.cta-style-three .content-block .app-btn .store-name {

  display: block;

  margin-top: 3px;

}

.cta-style-three .content-block .app-btn.google-btn {

  background-color: var(--theme-color);

}

.cta-style-three .content-block .app-btn.google-btn i.icon,

.cta-style-three .content-block .app-btn.google-btn span {

  color: #000;

}

.cta-style-three .content-block .app-btn.google-btn:hover {

  background-color: #000;

}

.cta-style-three .content-block .app-btn.google-btn:hover i.icon,
.cta-style-three .content-block .app-btn.google-btn:hover span {

  color: var(--white-color);

}

.cta-style-three .content-block .app-btn.google-btn:hover span.tag-line {

  color: #B5B5B5;

}

.cta-style-three .content-block .app-btn.apple-btn:hover {

  background-color: var(--theme-color);

}

.cta-style-three .content-block .app-btn.apple-btn:hover i.icon,

.cta-style-three .content-block .app-btn.apple-btn:hover span {

  color: #000;

}



/*

* 8. blog styles

*/

.blog-style-one {

  padding-top: 105px;

  padding-bottom: 120px;

}



[class*=single-blog-style-] .image-block {

  position: relative;

}

[class*=single-blog-style-] .image-block .inner-block {

  overflow: hidden;

  position: relative;

}

[class*=single-blog-style-] .image-block .inner-block>a {

  width: 50px;

  height: 50px;

  display: inline-block;

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 11;

  -webkit-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);

  text-align: center;

  line-height: 50px;

  color: var(--white-color);

  background-color: var(--theme-color);

  border-radius: 50%;

  opacity: 0;

  font-size: 16px;

  transition: all .4s ease;

}

[class*=single-blog-style-] .image-block .inner-block>a:hover {

  background-color: var(--white-color);

  color: #000;

}

[class*=single-blog-style-] .image-block .inner-block>img {

  width: 100%;

  transition: all .4s ease;

}

[class*=single-blog-style-] .image-block .inner-block:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0%;

  background-color: #000;

  opacity: .85;

  transition: all .4s ease;

  z-index: 10;

}

[class*=single-blog-style-] .image-block:hover .inner-block:before {

  height: 100%;

}

[class*=single-blog-style-] .image-block:hover .inner-block>img {

  -webkit-transform: scale(1.05);

  transform: scale(1.05);

}

[class*=single-blog-style-] .image-block:hover .inner-block>a {

  opacity: 1;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.single-blog-style-one .image-block {

  margin-bottom: 30px;

  overflow: hidden;

  border-radius: 10px;

}

.single-blog-style-one .image-block>img {

  width: 100%;

}

.single-blog-style-one .text-block .meta-info {

  margin-bottom: 20px;

}

.single-blog-style-one .text-block .meta-info a:not(.date-block),

.single-blog-style-one .text-block .meta-info span {

  display: inline-block;

  vertical-align: middle;

  color: #717171;

}

.single-blog-style-one .text-block .meta-info a:not(.date-block) {

  font-size: 14px;

  font-weight: 500;

  transition: all .4s ease;

}

.single-blog-style-one .text-block .meta-info a:not(.date-block):hover {

  color: var(--theme-color);

}

.single-blog-style-one .text-block .meta-info span.sep {

  margin-left: 8px;

  margin-right: 8px;

}

.single-blog-style-one .text-block .date-block {

  display: inline-block;

  vertical-align: middle;

  background-color: var(--theme-color);

  border-radius: 18.5px;

  color: var(--white-color);

  font-weight: 700;

  font-size: 12px;

  letter-spacing: .2em;

  font-weight: 700;

  text-transform: uppercase;

  padding: 1.5px 19.5px;

  margin-right: 10px;

  transition: all .4s ease;

}

.single-blog-style-one .text-block .date-block:hover {

  color: var(--white-color);

  background-color: #000;

}

.single-blog-style-one .text-block h3,

.single-blog-style-one .text-block p {

  margin: 0;

}

.single-blog-style-one .text-block h3 {

  font-size: 30px;

  letter-spacing: -.04em;

  font-weight: 700;

  margin-bottom: 22px;

}

.single-blog-style-one .text-block h3 a {

  color: #000;

  transition: all .4s ease;

}

.single-blog-style-one .text-block h3 a:hover {

  color: var(--theme-color);

}



.single-blog-style-two {

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  background-color: #F3F3F3;

  border-radius: 10px;

  overflow: hidden;

}

.single-blog-style-two .image-block {

  -webkit-box-ordinal-group: 3;

  order: 2;

}

.single-blog-style-two .image-block .inner-block {

  width: 270px;

  overflow: hidden;

  border-radius-top-right: 10px;

  border-radius-bottom-right: 10px;

}

.single-blog-style-two .image-block .inner-block>img {

  width: 100%;

}

.single-blog-style-two .text-block {

  padding-left: 40px;

  padding-right: 60px;

}

.single-blog-style-two .text-block .meta-info a:not(.date-block),

.single-blog-style-two .text-block .meta-info span {

  display: inline-block;

  vertical-align: middle;

  color: #717171;

}

.single-blog-style-two .text-block .meta-info a:not(.date-block) {

  font-size: 14px;

  font-weight: 500;

  transition: all .4s ease;

}

.single-blog-style-two .text-block .meta-info a:not(.date-block):hover {

  color: var(--theme-color);

}

.single-blog-style-two .text-block .meta-info span.sep {

  margin-left: 8px;

  margin-right: 8px;

}

.single-blog-style-two .text-block .date-block {

  display: inline-block;

  vertical-align: middle;

  background-color: var(--theme-color);

  border-radius: 18.5px;

  color: var(--white-color);

  font-weight: 700;

  font-size: 12px;

  letter-spacing: .2em;

  font-weight: 700;

  text-transform: uppercase;

  padding: 1.5px 19.5px;

  margin-right: 10px;

  transition: all .4s ease;

}

.single-blog-style-two .text-block .date-block:hover {

  color: var(--white-color);

  background-color: #000;

}

.single-blog-style-two .text-block h3,

.single-blog-style-two .text-block p {

  margin: 0;

}

.single-blog-style-two .text-block h3 {

  font-size: 20px;

  letter-spacing: -.04em;

  font-weight: 700;

  margin-top: 30px;

  margin-bottom: 15px;

}

.single-blog-style-two .text-block h3 a {

  color: #000;

  transition: all .4s ease;

}

.single-blog-style-two .text-block h3 a:hover {

  color: var(--theme-color);

}



.blog-style-two-row [class*=col-]+[class*=col-] {

  margin-top: 30px;

}



.blog-page {

  padding-top: 120px;

  padding-bottom: 120px;

}

.blog-page .single-blog-style-one {

  margin-bottom: 50px;

}



.blog-post-pagination {

  margin-top: 0px;

}

.blog-post-pagination a {

  display: inline-block;

  vertical-align: middle;

  width: 52px;

  height: 52px;

  border-radius: 50%;

  background: #EBF3FF;

  line-height: 52px;

  text-align: center;

  font-size: 18px;

  color: #000;

  transition: all .4s ease;

  font-weight: 600;

}

.blog-post-pagination a.prev,
.blog-post-pagination a.next {

  background: #000;

  color: var(--white-color);

  font-size: 14px;

}

.blog-post-pagination a.active {

  cursor: auto;

}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {

  background: var(--theme-color);

  color: #000;

}

.blog-post-pagination a+a {

  margin-left: 10px;

}



.single-blog-details-page {

  padding-top: 120px;

  padding-bottom: 90px;

}

.single-blog-details-page .single-blog-style-one .image-block .inner-block:before {

  display: none;

}

.single-blog-details-page .single-blog-style-one .post-title {

  color: #000;

  font-size: 40px;

  line-height: 50px;

  font-weight: 700;

  letter-spacing: -0.04em;

}

.single-blog-details-page .share-block {

  padding: 60px;

  border-radius: 10px;

  background-color: #F3F3F3;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  justify-content: space-between;

  margin: 50px 0;

}

.single-blog-details-page .share-block .left-block p {

  color: #000;

  font-size: 20px;

  font-weight: 600;

  margin: 0;

}

.single-blog-details-page .share-block .left-block p a {

  display: inline-block;

  vertical-align: middle;

  border-radius: 18.5px;

  background-color: var(--theme-color);

  color: #000;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: .2em;

  font-weight: 700;

  margin-left: 10px;

  padding: 1.5px 18px;

  transition: all .4s ease;

}

.single-blog-details-page .share-block .left-block p a:hover {

  background-color: #000;

  color: var(--theme-color);

}

.single-blog-details-page .share-block .left-block p a:first-child {

  margin-left: 20px;

}

.single-blog-details-page .share-block .social-block a {

  display: inline-block;

  vertical-align: middle;

  color: #000;

  font-size: 16px;

  transition: all .4s ease;

}

.single-blog-details-page .share-block .social-block a:hover {

  color: var(--theme-color);

}

.single-blog-details-page .share-block .social-block a+a {

  margin-left: 30px;

}

.single-blog-details-page .comments-block .block-title,

.single-blog-details-page .reply-comment-block .block-title {

  margin-bottom: 50px;

}

.single-blog-details-page .comments-block .block-title h2,

.single-blog-details-page .reply-comment-block .block-title h2 {

  font-size: 40px;

}

.single-blog-details-page .single-comment-one {

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  align-items: start;

  border-bottom: 2px solid #F3F3F3;

  padding-bottom: 60px;

  margin-bottom: 60px;

}

.single-blog-details-page .single-comment-one .image-block .inner-block {

  width: 170px;

  overflow: hidden;

  border-radius: 50%;

}

.single-blog-details-page .single-comment-one .image-block .inner-block>img {

  width: 100%;

}

.single-blog-details-page .single-comment-one .text-block {

  padding-left: 30px;

}

.single-blog-details-page .single-comment-one .text-block h3,

.single-blog-details-page .single-comment-one .text-block p {

  margin: 0;

}

.single-blog-details-page .single-comment-one .text-block h3 {

  font-size: 20px;

  font-weight: 600;

  color: #000;

  margin-bottom: 25px;

}

.single-blog-details-page .single-comment-one .text-block .date-line {

  font-size: 14px;

  color: #717171;

  margin-left: 15px;

}

.single-blog-details-page .single-comment-one .text-block a.reply-btn {

  display: inline-block;

  vertical-align: middle;

  border-radius: 18.5px;

  background-color: var(--theme-color);

  color: #000;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: .2em;

  font-weight: 700;

  padding: 1.5px 18px;

  margin-top: 30px;

  transition: all .4s ease;

}

.single-blog-details-page .single-comment-one .text-block a.reply-btn:hover {

  background-color: #000;

  color: var(--theme-color);

}

.single-blog-details-page .reply-comment-block .contact-form-one .input-holder {

  position: relative;

  margin-bottom: 30px;

}

.single-blog-details-page .reply-comment-block .contact-form-one .input-holder i {

  color: var(--theme-color);

  font-size: 23px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;

  z-index: 10;

}

.single-blog-details-page .reply-comment-block .contact-form-one input,

.single-blog-details-page .reply-comment-block .contact-form-one textarea {

  border: none;

  outline: none;

  width: 100%;

  background-color: #F3F3F3;

  height: 67px;

  border-radius: 33.5px;

  padding-left: 40px;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

  display: block;

}

.single-blog-details-page .reply-comment-block .contact-form-one input::-webkit-input-placeholder,

.single-blog-details-page .reply-comment-block .contact-form-one textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #717171;

}

.single-blog-details-page .reply-comment-block .contact-form-one input::-moz-placeholder,

.single-blog-details-page .reply-comment-block .contact-form-one textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: #717171;

}

.single-blog-details-page .reply-comment-block .contact-form-one input:-ms-input-placeholder,

.single-blog-details-page .reply-comment-block .contact-form-one textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: #717171;

}

.single-blog-details-page .reply-comment-block .contact-form-one input:-moz-placeholder,

.single-blog-details-page .reply-comment-block .contact-form-one textarea:-moz-placeholder {

  /* Firefox 18- */

  color: #717171;

}

.single-blog-details-page .reply-comment-block .contact-form-one textarea {

  border-radius: 50px;

  height: 182px;

  padding-top: 30px;

}

.single-blog-details-page .reply-comment-block .contact-form-one button[type=submit] {

  cursor: pointer;

  border: none;

  outline: none;

  width: 100%;

  max-width: 281px;

  background-color: var(--theme-color);

  height: 67px;

  border-radius: 33.5px;

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  color: #000;

  transition: all .4s ease;

}

.single-blog-details-page .reply-comment-block .contact-form-one button[type=submit]:hover {

  background-color: #000;

  color: var(--theme-color);

}



/*

* 9. book ride styles

*/

.book-ride-one {

  background-color: #000;

  position: relative;

  padding-bottom: 100px;

  padding-top: 60px;

}

/*.book-ride-one:after {

  content: '';

  position: absolute;

  width: 100%;

  left: 0;

  height: 38px;

  background-color: #000;

  background-repeat: repeat-x;

}

.book-ride-one:after {

  background-image: url(../images/resources/zigzag-box-2.png);

  bottom: 0;

  -webkit-animation: bgSlide 20s linear infinite;

          animation: bgSlide 20s linear infinite;

}*/

.book-ride-one .footer-bg {

  position: absolute;

  top: 0;

  right: 0;

  opacity: .05;

}

.book-ride-one .content-block>p {

  margin: 0px;

  font-size: 16px;

  font-weight: 500;

  color: var(--white-color);

  margin-top: 36px;

}

.book-ride-one .booking-form-one .row {

  margin-left: -10px;

  margin-right: -10px;

}

.book-ride-one .booking-form-one .row [class*=col-] {

  padding-left: 10px;

  padding-right: 10px;

}

.book-ride-one .booking-form-one .input-holder {

  position: relative;

  margin-bottom: 20px;

}

.book-ride-one .booking-form-one .input-holder i {

  color: var(--theme-color);

  font-size: 23px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;

  z-index: 10;

}

.book-ride-one .booking-form-one input {

  border: none;

  outline: none;

  width: 100%;

  background-color: #242424;

  height: 67px;

  border-radius: 33.5px;

  padding-left: 40px;

  color: #B5B5B5;

  font-size: 14px;

  font-weight: 600;

}

.book-ride-one .booking-form-one input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #B5B5B5;

}

.book-ride-one .booking-form-one input::-moz-placeholder {

  /* Firefox 19+ */

  color: #B5B5B5;

}

.book-ride-one .booking-form-one input:-ms-input-placeholder {

  /* IE 10+ */

  color: #B5B5B5;

}

.book-ride-one .booking-form-one input:-moz-placeholder {

  /* Firefox 18- */

  color: #B5B5B5;

}

.book-ride-one .booking-form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {

  width: 100%;

}

.book-ride-one .booking-form-one .bootstrap-select>.dropdown-toggle {

  border: none;

  background-color: #242424 !important;

  height: 67px;

  border-radius: 33.5px;

  padding: 0;

  padding-left: 40px;

  color: #B5B5B5;

  font-size: 14px;

  font-weight: 600;

  line-height: 67px;

}

.book-ride-one .booking-form-one .bootstrap-select>.dropdown-toggle:after {

  display: none;

}

.book-ride-one .booking-form-one button[type=submit] {

  cursor: pointer;

  border: none;

  outline: none;

  width: 100%;

  background-color: var(--theme-color);

  height: 67px;

  border-radius: 33.5px;

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  color: var(--white-color);

  transition: all .4s ease;

}

.book-ride-one .booking-form-one button[type=submit]:hover {

  background-color: var(--white-color);

  color: #000;

}



.book-ride-two {

  padding-top: 105px;

  padding-bottom: 120px;

}

.book-ride-two .block-title {

  margin-bottom: 35px;

}

.book-ride-two .form-block-title {

  margin: 0;

  color: #000;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 30px;

  margin-top: 30px;

}

.book-ride-two .booking-form-two>p {

  margin-bottom: 50px;

}

.book-ride-two .booking-form-two .row {

  margin-left: -15px;

  margin-right: -15px;

}

.book-ride-two .booking-form-two .row [class*=col-] {

  padding-left: 15px;

  padding-right: 15px;

}

.book-ride-two .booking-form-two .input-holder {

  position: relative;

  margin-bottom: 30px;

}

.book-ride-two .booking-form-two .input-holder i {

  color: #000;

  font-size: 23px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;

  z-index: 10;

}

.book-ride-two .booking-form-two .input-holder i.select-icon {

  font-size: 16px;

}

.book-ride-two .booking-form-two input {

  border: none;

  outline: none;

  width: 100%;

  background-color: #F3F3F3;

  height: 67px;

  border-radius: 33.5px;

  padding-left: 40px;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

}

.book-ride-two .booking-form-two input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #717171;

}

.book-ride-two .booking-form-two input::-moz-placeholder {

  /* Firefox 19+ */

  color: #717171;

}

.book-ride-two .booking-form-two input:-ms-input-placeholder {

  /* IE 10+ */

  color: #717171;

}

.book-ride-two .booking-form-two input:-moz-placeholder {

  /* Firefox 18- */

  color: #717171;

}

.book-ride-two .booking-form-two .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {

  width: 100%;

}

.book-ride-two .booking-form-two .bootstrap-select>.dropdown-toggle {

  border: none;

  background-color: #F3F3F3 !important;

  height: 67px;

  border-radius: 33.5px;

  padding: 0;

  padding-left: 40px;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

  line-height: 67px;

}

.book-ride-two .booking-form-two .bootstrap-select>.dropdown-toggle:after {

  display: none;

}

.book-ride-two .booking-form-two button[type=submit] {

  cursor: pointer;

  border: none;

  outline: none;

  width: 100%;

  background-color: var(--theme-color);

  height: 67px;

  border-radius: 33.5px;

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  color: var(--white-color);

  transition: all .4s ease;

  max-width: 250px;

  margin-top: 50px;

}

.book-ride-two .booking-form-two button[type=submit]:hover {

  background-color: #000;

  color: var(--white-color);

}

.book-ride-two .booking-form-two ul.radio-fields {

  margin: 0;

  padding: 0;

  list-style: none;

  width: 270px;

  margin-left: -15px;

  margin-right: -15px;

}

.book-ride-two .booking-form-two ul.radio-fields li {

  float: left;

  width: 50%;

  padding-left: 15px;

  padding-right: 15px;

  margin-bottom: 15px;

}

.book-ride-two .booking-form-two [type="radio"]:checked,

.book-ride-two .booking-form-two [type="radio"]:not(:checked) {

  position: absolute;

  left: -9999px;

}

.book-ride-two .booking-form-two [type="radio"]:checked+label,

.book-ride-two .booking-form-two [type="radio"]:not(:checked)+label {

  position: relative;

  padding-left: 40px;

  cursor: pointer;

  line-height: 30px;

  display: inline-block;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

  margin: 0;

}

.book-ride-two .booking-form-two [type="radio"]:checked+label:before,

.book-ride-two .booking-form-two [type="radio"]:not(:checked)+label:before {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 30px;

  height: 30px;

  border: 0px solid #C3C3C3;

  border-radius: 100%;

  background: #F3F3F3;

}

.book-ride-two .booking-form-two [type="radio"]:checked+label:after,

.book-ride-two .booking-form-two [type="radio"]:not(:checked)+label:after {

  content: '';

  width: 15px;

  height: 15px;

  background: var(--theme-color);

  position: absolute;

  top: 7.5px;

  left: 7.5px;

  border-radius: 100%;

  transition: all 0.2s ease;

}

.book-ride-two .booking-form-two [type="radio"]:not(:checked)+label:after {

  opacity: 0;

  -webkit-transform: scale(0);

  transform: scale(0);

}

.book-ride-two .booking-form-two [type="radio"]:checked+label:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}

.book-ride-two .booking-form-two ul.special-checkbox {

  margin: 0;

  padding: 0;

  list-style: none;

  font-size: 0;

}

.book-ride-two .booking-form-two ul.special-checkbox li {

  display: inline-block;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

  line-height: 30px;

  cursor: pointer;

}

.book-ride-two .booking-form-two ul.special-checkbox li .input-checker {

  width: 30px;

  height: 30px;

  background-color: #f3f3f3;

  border-radius: 50%;

  margin-right: 20px;

  display: inline-block;

  vertical-align: bottom;

  position: relative;

}

.book-ride-two .booking-form-two ul.special-checkbox li .input-checker input[type='checkbox'] {

  display: none;

}

.book-ride-two .booking-form-two ul.special-checkbox li.active .input-checker {

  border: none;

}

.book-ride-two .booking-form-two ul.special-checkbox li.active .input-checker:before {

  content: '\f058';

  font-family: 'FontAwesome';

  font-size: 30px;

  color: var(--theme-color);

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



/*

* 10. about styles

*/
.about-icon-1,
.about-icon-2 {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {

  .about-icon-1,
  .about-icon-2 {
    display: none;
  }
}

.about-icon-1 {
  left: 0;
  top: 85px;
}

@media (max-width: 1199px) {
  .about-icon-1 {
    top: 50px;
  }
}

.about-icon-2 {
  top: 190px;
  right: 90px;
}

@media (max-width: 1199px) {
  .about-icon-2 {
    top: 160px;
    right: 50px;
  }
}

.about-info-area {
  position: relative;
}

@media (min-width: 992px) {
  .about-info-area::after {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 104%;
    border-radius: 15px;
    border-radius: 15px;
    background: rgba(70, 91, 45, 0.15);
    top: 50%;
    transform: translateY(-50%);
  }
}

.about-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}

.about-info p {
  max-width: 570px;
}

.about-info .services-lists {
  margin-top: 28px;
  margin-bottom: 42px;
}

@media (max-width: 991px) {
  .about-info .services-lists {
    margin-top: 18px;
    margin-bottom: 25px;
  }
}

.about-info .services-lists ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-info .services-lists ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-info .services-lists ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.about-info .services-lists ul li i,
.about-info .services-lists ul li svg {
  color: var(--theme-color);
}

.about-thumb {
  border-radius: 15px;
  height: 530px;
  overflow: hidden;

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

.sec-subtitle {
  font-family: "Playball", cursive;
  font-size: 17px;
  margin-bottom: 18px;
  color: var(--theme-color);
  margin-bottom: 12px;
  display: inline-block;
}

.title-area {
  margin-bottom: 40px;
}

.sec-title {
  color: #000;
  line-height: 1;
  font-size: 45px;
  font-weight: 700;
  font-family: var(--Wulkan);
  padding-bottom: 0;
}
.sec-title span{
  color: var(--theme-color);
}
.vs-about .sec-title::after {
  display: none;
}

/*

* 11. funfact styles

*/

.funfact-style-one {

  padding-top: 50px;

  padding-bottom: 60px;

  background-color: #F3F3F3;

}



.single-funfact-one {

  display: block;

  background-color: var(--white-color);

  border-radius: 10px;

  text-align: center;

  padding: 55.5px 0;

  margin-bottom: 30px;

}

.single-funfact-one i {

  font-size: 60px;

  color: var(--theme-color);

}

.single-funfact-one h3 {

  margin: 0;

  color: #000;

  font-size: 60px;

  font-weight: 700;

  letter-spacing: -.04em;

  line-height: 1em;

  margin-top: 10px;

  margin-bottom: 10px;

}

.single-funfact-one p {

  margin: 0;

  font-size: 16px;

  color: #717171;

}



/*

* 12. taxi styles

*/

.taxi-style-one {

  padding-top: 60px;

  padding-bottom: 80px;

}

.taxi-style-one .tab-title {

  margin: 0;

  padding: 0;

  list-style: none;

  border: 0;

  -webkit-box-pack: center;

  justify-content: center;

  font-size: 0;

  margin-bottom: 60px;

  margin-left: -5px;

  margin-right: -5px;

}

.taxi-style-one .tab-title li {

  display: inline-block;

  margin-bottom: 0 !important;

  padding-left: 5px;

  padding-right: 5px;

}

.taxi-style-one .tab-title li a {

  display: block;

  border: none;

  outline: none;

  display: inline-block;

  cursor: pointer;

  color: #717171;

  font-size: 12px;

  font-weight: 600;

  background-color: #F3F3F3;

  padding: 1.5px 33px;

  text-transform: uppercase;

  border-radius: 18.5px !important;

  transition: all 0.4s ease;

  letter-spacing: .2em;

}

.taxi-style-one .tab-title li a:hover {

  background: var(--theme-color) !important;

  color: #000 !important;

  text-shadow: 1px 0 0 rgba(17, 17, 17, 0.8);

}

.taxi-style-one .tab-title li a.active {

  background: var(--theme-color) !important;

  color: #000 !important;

  text-shadow: 1px 0 0 rgba(17, 17, 17, 0.8);

}



.single-taxi-one {

  position: relative;

  text-align: center;

  border-style: solid;

  border-width: 2px;

  border-color: #f3f3f3;

  border-radius: 10px;

  padding-top: 50px;

  padding-bottom: 50px;

}

.single-taxi-one .inner-content {

  position: relative;

  z-index: 10;

}

.single-taxi-one:before,
.single-taxi-one:after {

  content: '';

  position: absolute;

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: left top;

  transform-origin: left top;

  top: -2px;

  left: -2px;

  right: -2px;

  bottom: -2px;

  transition: all .4s ease;

  border-radius: 10px;

}

.single-taxi-one:before {

  -webkit-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: bottom center;

  transform-origin: bottom center;

  border-top: 2px solid var(--theme-color);

  border-bottom: 2px solid var(--theme-color);

}

.single-taxi-one:after {

  -webkit-transform: scale(1, 0);

  transform: scale(1, 0);

  -webkit-transform-origin: left center;

  transform-origin: left center;

  border-left: 2px solid var(--theme-color);

  border-right: 2px solid var(--theme-color);

}

.single-taxi-one h3 {

  color: #000;

  font-size: 20px;

  font-weight: bold;

  margin: 0;

}

.single-taxi-one .icon-block {

  border-radius: 50%;

  background-color: #000;

  width: 99px;

  height: 99px;

  margin-bottom: 25px;

  margin-top: 8px;

  margin-left: auto;

  margin-right: auto;

}

.single-taxi-one .icon-block i {

  font-size: 56px;

  color: var(--white-color);

  line-height: 99px;

}

.single-taxi-one ul.feature-list {

  margin: 0;

  padding: 0;

  list-style: none;

  padding: 0 70px;

  margin-top: 15px;

}

.single-taxi-one ul.feature-list li {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  color: #717171;

  font-size: 16px;

}

.single-taxi-one ul.feature-list li+li {

  margin-top: 7px;

}

.single-taxi-one ul.feature-list li span.price-line {

  font-weight: 600;

}

.single-taxi-one .book-taxi-btn {

  display: inline-block;

  vertical-align: middle;

  color: #717171;

  font-size: 16px;

  font-weight: 600;

  background-color: #F3F3F3;

  border-radius: 29px;

  padding: 12px 77px;

  transition: all .4s ease;

  margin-top: 30px;

}

.single-taxi-one .book-taxi-btn:hover {

  color: var(--white-color) !important;

  background-color: var(--theme-color);

}

.single-taxi-one:hover:before {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}

.single-taxi-one:hover:after {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}

.single-taxi-one:hover .book-taxi-btn {

  color: #000;

  background-color: var(--theme-color);

}



.taxi-page {

  padding-top: 120px;

  padding-bottom: 90px;

}

.taxi-page .single-taxi-one {

  margin-bottom: 30px;

}



.single-taxi-details-one {

  padding: 120px 0;

}

.single-taxi-details-one .image-block {

  position: relative;

  overflow: hidden;

  margin-right: 30px;

  border-radius: 10px;

}

.single-taxi-details-one .image-block>img {

  width: 100%;

}

.single-taxi-details-one .image-block .icon-block {

  border-radius: 50%;

  background-color: #000;

  text-align: center;

  width: 99px;

  height: 99px;

  margin-bottom: 25px;

  margin-top: 8px;

  margin-left: auto;

  margin-right: auto;

  position: absolute;

  top: 30px;

  left: 30px;

}

.single-taxi-details-one .image-block .icon-block i {

  font-size: 56px;

  color: var(--white-color);

  line-height: 99px;

}

.single-taxi-details-one .block-title {

  margin-bottom: 25px;

  margin-top: -15px;

}

.single-taxi-details-one .content-block p {

  margin: 0;

}

.single-taxi-details-one .content-block hr.style-one {

  margin-top: 30px;

  margin-bottom: 30px;

}

.single-taxi-details-one .content-block .features-list {

  margin: 0;

  padding: 0;

  list-style: none;

}

.single-taxi-details-one .content-block .features-list li {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  color: #000;

  font-size: 16px;

}

.single-taxi-details-one .content-block .features-list li+li {

  margin-top: 10px;

}

.single-taxi-details-one .content-block .features-list li .name-line {

  color: #717171;

  font-weight: 400;

}

.single-taxi-details-one .content-block .features-list li .price-line {

  font-weight: 700;

}

.single-taxi-details-one .content-block .book-btn {

  display: inline-block;

  vertical-align: middle;

  color: #000;

  font-size: 16px;

  font-weight: 600;

  background-color: var(--theme-color);

  border-radius: 28.5px;

  width: 100%;

  max-width: 230px;

  height: 57px;

  line-height: 57px;

  text-align: center;

  margin-top: 50px;

  transition: all .4s ease;

}

.single-taxi-details-one .content-block .book-btn:hover {

  background-color: #000;

  color: var(--white-color);

}



/*

* 13. features styles

*/

.feature-style-one {

  position: relative;

  /*padding-top: 60px;*/

  padding-bottom: 45px;

}

/*.feature-style-one:after {

  content: '';

  position: absolute;

  width: 100%;

  left: 0;

  height: 38px;

  background-color: #000;

  background-repeat: repeat-x;

}

.feature-style-one:after {

  background-image: url(../images/resources/zigzag-box-2.png);

  bottom: 0;

  -webkit-animation: bgSlide 20s linear infinite;

          animation: bgSlide 20s linear infinite;

}*/

.feature-style-one .feature-bg {

  position: absolute;

  top: 0;

  right: 0;

  opacity: .05;

}

.feature-style-one .row [class*=col-]:nth-child(2) {

  border-left: 1px solid rgba(255, 255, 255, 0.1);

  border-right: 1px solid rgba(255, 255, 255, 0.1);

}



.single-feature-one {

  text-align: center;

}

.single-feature-one .icon-block {

  display: inline-block;

  vertical-align: middle;

  width: 98px;

  height: 98px;

  border-radius: 50%;

  text-align: center;

  line-height: 98px;

  background-color: var(--theme-color);

  font-size: 60px;

  color: #000;

  margin-bottom: 35px;

}

.single-feature-one h3,

.single-feature-one p {

  margin: 0px;

}

.single-feature-one h3 {

  font-size: 20px;

  font-weight: 600;

}

.single-feature-one h3 a {

  color: var(--white-color);

  transition: all .4s ease;

}

.single-feature-one h3 a:hover {

  color: var(--theme-color);

}

.single-feature-one p {

  color: #B5B5B5;

  font-size: 16px;

  line-height: 30px;

  margin-bottom: 20px;

  margin-top: 30px;

}

.single-feature-one a.more-link {

  text-transform: uppercase;

  display: inline-block;

  vertical-align: middle;

  color: var(--white-color);

  font-size: 12px;

  letter-spacing: .2em;

  font-weight: 600;

  transition: all .4s ease;

}

.single-feature-one a.more-link:hover {

  color: var(--theme-color);

}



/*

* 14. taxi fare styles

*/

.taxi-fare-one {

  padding-top: 105px;

  padding-bottom: 110px;

}



.single-taxi-fare-one {

  display: block;

  border-radius: 10px;

  padding: 100px;

  margin-bottom: 50px;

}

.single-taxi-fare-one .top-block {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

}

.single-taxi-fare-one .top-block .icon-block i {

  font-size: 64px;

  color: var(--white-color);

}

.single-taxi-fare-one .top-block .text-block {

  padding-left: 20px;

}

.single-taxi-fare-one .top-block h3,

.single-taxi-fare-one .top-block p {

  margin: 0;

  color: var(--white-color);

}

.single-taxi-fare-one .top-block h3 {

  font-size: 30px;

  letter-spacing: -.04em;

  font-weight: 700;

}

.single-taxi-fare-one .top-block p {

  font-size: 16px;

  line-height: 26px;

  font-weight: 500;

  margin-top: 5px;

}

.single-taxi-fare-one .features-list {

  margin: 0;

  padding: 0;

  list-style: none;

  border-top: 2px solid rgba(17, 17, 17, 0.1);

  padding-top: 30px;

  margin-top: 40px;

  margin-bottom: 30px;

}

.single-taxi-fare-one .features-list li {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  color: var(--white-color);

  font-size: 16px;

}

.single-taxi-fare-one .features-list li .name-line {

  font-weight: 500;

}

.single-taxi-fare-one .features-list li .price-line {

  font-weight: 700;

}

.single-taxi-fare-one .button-block {

  text-align: center;

}

.single-taxi-fare-one .fare-btn {

  background-color: #000;

  color: var(--white-color);

  font-size: 16px;

  font-weight: 600;

  display: inline-block;

  border-radius: 28.5px;

  padding: 11.5px 59.5px;

  transition: all .4s ease;

}

.single-taxi-fare-one .fare-btn:hover {

  color: #000;

  background-color: var(--white-color);

}



/*

* 15. testimonials styles

*/

.testimonials-style-one {

  background: #000 url(../images/background/testi-bg-1-1.jpg) center center no-repeat;

  background-size: cover;

  background-attachment: fixed;

  position: relative;

  padding-top: 105px;

  padding-bottom: 115px;

}

.testimonials-style-one:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #000;

  opacity: .7;

}

.testimonials-style-one .container {

  position: relative;

}

@media (min-width: 1200px) {

  .testimonials-style-one .container {

    max-width: 1000px;

  }

}

.testimonials-style-one .testimonials-one-pager {

  text-align: center;

  margin-bottom: 50px;

}

.testimonials-style-one .testimonials-one-pager .pager-item {

  display: inline-block;

  vertical-align: middle;

  overflow: hidden;

  width: 80px;

  border-radius: 50%;

  transition: all .4s ease;

  opacity: .3;

}

.testimonials-style-one .testimonials-one-pager .pager-item+.pager-item {

  margin-left: 16px;

}

.testimonials-style-one .testimonials-one-pager .pager-item>img {

  width: 100%;

}

.testimonials-style-one .testimonials-one-pager .pager-item.active {

  opacity: 1;

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn {

  display: inline-block;

  vertical-align: middle;

  cursor: pointer;

  transition: all .4s ease;

  font-size: 36px;

  color: var(--white-color);

  width: 63px;

  height: 63px;

  border-style: solid;

  border-width: 2px;

  border-color: white;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 9;

  transition: all .4s ease;

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn i {

  line-height: 59px;

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn:hover {

  color: var(--theme-color);

  border-color: var(--theme-color);

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn i {

  display: block;

  vertical-align: middle;

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn.left-btn {

  left: 120px;

  text-align: right;

}

.testimonials-style-one .testimonials-one-slider-btn .carousel-btn.right-btn {

  right: 120px;

  text-align: left;

}

.testimonials-style-one .bx-wrapper {

  margin: 0;

  padding: 0;

  border: none;

  box-shadow: none;

  background-color: transparent;

}



.single-testimonial-one {

  text-align: center;

}

.single-testimonial-one h3,
.single-testimonial-one p {

  margin: 0;

}

.single-testimonial-one p {

  color: var(--white-color);

  font-size: 30px;

  line-height: 50px;

  font-weight: 600;

}

.single-testimonial-one h3 {

  color: var(--theme-color);

  font-size: 20px;

  font-weight: 600;

  margin-top: 35px;

}



/*

* 16. inner banner styles

*/

.inner-banner {

  background: var(--white-color) url(../images/background/inner-banner-bg-1-1.jpg) center center no-repeat;

  background-size: cover;

  position: relative;

  padding-top: 140px;

  padding-bottom: 10px;

}

.inner-banner:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #000;

  opacity: .7;

}

.inner-banner .container {

  position: relative;

  text-align: center;

}

.inner-banner .thm-breadcrumb {

  margin: 0;

  padding: 0;

  list-style: none;

}

.inner-banner .thm-breadcrumb li {

  display: inline-block;

  vertical-align: middle;

}

.inner-banner .thm-breadcrumb li a,
.inner-banner .thm-breadcrumb li span {

  display: inline-block;

  vertical-align: middle;

  color: rgba(255, 255, 255, 0.7);

  font-size: 20px;

  line-height: 1em;

}

.inner-banner .thm-breadcrumb li span.sep {

  margin-left: 10px;

  margin-right: 10px;

}

.inner-banner .thm-breadcrumb li a {

  color: var(--theme-color);

}

.inner-banner h2 {

  font-size: 32px;

  letter-spacing: -.02em;

  font-weight: 700;

  color: var(--white-color);

  margin-top: 10px;

}



/*

* 17. team styles

*/

.team-style-one {

  background-color: #000;

  position: relative;

  padding-bottom: 118px;

  padding-top: 105px;

}

.team-style-one .team-bg {

  position: absolute;

  top: 0;

  right: 0;

  opacity: .05;

}

.team-style-one:after {

  content: '';

  position: absolute;

  width: 100%;

  left: 0;

  height: 38px;

  background-color: #000;

  background-repeat: repeat-x;

}

.team-style-one:after {

  background-image: url(../images/resources/zigzag-box-2.png);

  bottom: 0;

  -webkit-animation: bgSlide 20s linear infinite;

  animation: bgSlide 20s linear infinite;

}



.single-team-one {

  margin-bottom: 30px;

}

.single-team-one .image-block {

  overflow: hidden;

  border-radius: 10px;

}

.single-team-one .image-block>img {

  width: 100%;

}

.single-team-one .text-block {

  margin-top: 30px;

  text-align: center;

}

.single-team-one .text-block h3,

.single-team-one .text-block p {

  margin: 0;

}

.single-team-one .text-block h3 {

  color: var(--white-color);

  font-size: 20px;

  font-weight: 600;

}

.single-team-one .text-block p {

  color: #B5B5B5;

  font-weight: 500;

  font-size: 16px;

  line-height: 1em;

  margin-top: 20px;

  margin-bottom: 10px;

}

.single-team-one .text-block .social-block a {

  color: var(--white-color);

  font-size: 16px;

  display: inline-block;

  line-height: 1em;

  transition: all .4s ease;

}

.single-team-one .text-block .social-block a+a {

  margin-left: 20px;

}

.single-team-one .text-block .social-block a:hover {

  color: var(--theme-color);

}



.team-page {

  background-color: var(--white-color);

  padding-bottom: 80px;

}

.team-page:after {

  display: none;

}

.team-page .single-team-one h3,
.team-page .single-team-one .social-block a {

  color: #000;

}

.team-page .single-team-one p {

  color: #717171;

}

.team-page .single-team-one .social-block a:hover {

  color: var(--theme-color);

}



/*

* 18. offer styles

*/

.offer-style-one {

  padding-top: 60px;

  padding-bottom: 60px;

  /*background: linear-gradient(40deg, var(--theme-color), #000);*/

  background: linear-gradient(40deg, #fbd544, #1030f6);

}



.single-offer-one {

  margin-bottom: 30px;

}

.single-offer-one .image-block {

  overflow: hidden;

  border-top-right-radius: 10px;

  border-top-left-radius: 10px;

  position: relative;

}

.single-offer-one .image-block>img {

  width: 100%;

}

.single-offer-one .image-block>a {

  width: 50px;

  height: 50px;

  display: inline-block;

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 11;

  -webkit-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);

  text-align: center;

  line-height: 50px;

  color: var(--white-color);

  background-color: var(--theme-color);

  border-radius: 50%;

  opacity: 0;

  font-size: 16px;

  transition: all .4s ease;

}

.single-offer-one .image-block>a:hover {

  background-color: var(--white-color);

  color: #000;

}

.single-offer-one .image-block>img {

  width: 100%;

  transition: all .4s ease;

}

.single-offer-one .image-block:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0%;

  background-color: #000;

  opacity: .85;

  transition: all .4s ease;

  z-index: 10;

}

.single-offer-one .text-block {

  padding: 0 60px;

  padding-top: 55px;

  padding-bottom: 50px;

  background-color: var(--white-color);

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

}

.single-offer-one .text-block h3,

.single-offer-one .text-block p {

  margin: 0;

}

.single-offer-one .text-block h3 {

  font-size: 30px;

  font-weight: 700;

  letter-spacing: -.02em;

  margin-bottom: 20px;

}

.single-offer-one .text-block h3 a {

  color: #000;

  transition: all .4s ease;

}

.single-offer-one .text-block h3 a:hover {

  color: var(--theme-color);

}

.single-offer-one .text-block p {

  color: #717171;

  font-size: 16px;

  line-height: 34px;

  margin-bottom: 20px;

}

.single-offer-one .text-block a.more-link {

  display: inline-block;

  vertical-align: middle;

  text-transform: uppercase;

  color: #000;

  letter-spacing: .2em;

  font-weight: bold;

  font-size: 12px;

  transition: all .4s ease;

}

.single-offer-one .text-block a.more-link:hover {

  color: var(--theme-color);

}

.single-offer-one:hover .image-block:before {

  height: 100%;

}

.single-offer-one:hover .image-block>img {

  -webkit-transform: scale(1.05);

  transform: scale(1.05);

}

.single-offer-one:hover .image-block>a {

  opacity: 1;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



/*

* 19. contact styles

*/

.contact-page-map-wrapper {

  position: relative;

}

.contact-page-map-wrapper .contact-info-block {

  width: 100%;

  max-width: 370px;

  position: absolute;

  top: 50%;

  right: 20%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  background-color: #000;

  border-radius: 10px;

  padding: 50px 60px;

}

.contact-page-map-wrapper .contact-info-block p {

  font-size: 14px;

  line-height: 30px;

  color: var(--white-color);

  margin: 0;

  font-weight: 600;

}

.contact-page-map-wrapper .contact-info-block .contact-infos {

  margin: 0;

  padding: 0;

  list-style: none;

  margin-top: 21px;

}

.contact-page-map-wrapper .contact-info-block .contact-infos li {

  position: relative;

  color: var(--white-color);

  font-size: 14px;

  font-weight: 600;

  padding-left: 20px;

}

.contact-page-map-wrapper .contact-info-block .contact-infos li i {

  color: var(--theme-color);

  font-size: 13px;

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



#contact-google-map {

  width: 100%;

  height: 650px;

}



.contact-form-style-one {

  padding-top: 105px;

  padding-bottom: 50px;

}

@media (min-width: 1200px) {

  .contact-form-style-one .container {

    max-width: 800px;

  }

}

.contact-form-style-one .input-holder {

  position: relative;

  margin-bottom: 30px;

}

.contact-form-style-one .input-holder i {

  color: var(--theme-color);

  font-size: 23px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;

  z-index: 10;

}

.contact-form-style-one input,

.contact-form-style-one textarea {

  border: none;

  outline: none;

  width: 100%;

  background-color: #F3F3F3;

  height: 67px;

  border-radius: 33.5px;

  padding-left: 40px;

  color: #717171;

  font-size: 14px;

  font-weight: 600;

  display: block;

}

.contact-form-style-one input::-webkit-input-placeholder,

.contact-form-style-one textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #717171;

}

.contact-form-style-one input::-moz-placeholder,

.contact-form-style-one textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: #717171;

}

.contact-form-style-one input:-ms-input-placeholder,

.contact-form-style-one textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: #717171;

}

.contact-form-style-one input:-moz-placeholder,

.contact-form-style-one textarea:-moz-placeholder {

  /* Firefox 18- */

  color: #717171;

}

.contact-form-style-one textarea {

  border-radius: 50px;

  height: 182px;

  padding-top: 30px;

}

.contact-form-style-one button[type=submit] {

  cursor: pointer;

  border: none;

  outline: none;

  width: 100%;

  max-width: 250px;

  background-color: var(--theme-color);

  height: 67px;

  border-radius: 33.5px;

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  color: var(--white-color);

  transition: all .4s ease;

}

.contact-form-style-one button[type=submit]:hover {

  background-color: #000;

  color: var(--white-color);

}



/*

* 20. history styles

*/

.history-style-one {

  padding: 120px 0;

}

.history-style-one .history-carousel-block {

  margin-right: 30px;

  position: relative;

}

.history-style-one .history-carousel-block .image-block {

  overflow: hidden;

  border-radius: 10px;

}

.history-style-one .history-carousel-block .image-block>img {

  width: 100%;

}

.history-style-one .block-title {

  margin-top: -15px;

  margin-bottom: 0px;

  margin-bottom: 40px;

}

.history-style-one .history-content .pager-item {

  display: none;

  cursor: auto;

}

.history-style-one .history-content h3 {

  margin: 0;

  font-size: 30px;

  font-weight: bold;

  color: var(--theme-color);

  margin-bottom: 35px;

}

.history-style-one .history-content p {

  color: #717171;

  font-size: 16px;

  line-height: 34px;

}

.history-style-one .history-one-slider-btn .carousel-btn {

  display: inline-block;

  vertical-align: middle;

  cursor: pointer;

  transition: all .4s ease;

  font-size: 36px;

  color: var(--white-color);

  width: 63px;

  height: 63px;

  border-style: solid;

  border-width: 2px;

  border-color: white;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 9;

  transition: all .4s ease;

}

.history-style-one .history-one-slider-btn .carousel-btn i {

  line-height: 59px;

}

.history-style-one .history-one-slider-btn .carousel-btn:hover {

  color: var(--theme-color);

  border-color: var(--theme-color);

}

.history-style-one .history-one-slider-btn .carousel-btn i {

  display: block;

  vertical-align: middle;

}

.history-style-one .history-one-slider-btn .carousel-btn.left-btn {

  left: 60px;

  text-align: right;

}

.history-style-one .history-one-slider-btn .carousel-btn.right-btn {

  right: 60px;

  text-align: left;

}

.history-style-one .bx-wrapper {

  margin: 0;

  padding: 0;

  border: none;

  box-shadow: none;

  background-color: transparent;

}



/*

* 21. faq styles

*/

.single-taxi-faq-one .container {

  padding-top: 105px;

  padding-bottom: 120px;

}

@media (min-width: 1200px) {

  .single-taxi-faq-one .container {

    max-width: 1000px;

  }

}

.single-taxi-faq-one .accrodion-grp .accrodion {

  padding: 31.5px 40px;

  background-color: var(--white-color);

}

.single-taxi-faq-one .accrodion-grp .accrodion+.accrodion {

  margin-top: 30px;

}

.single-taxi-faq-one .accrodion-grp .accrodion .accrodion-title {

  cursor: pointer;

}

.single-taxi-faq-one .accrodion-grp .accrodion .accrodion-title h4 {

  margin: 0;

  font-size: 18px;

  font-weight: 600;

  padding: 0px 0;

  padding-top: 0;

  padding-left: 0px;

  position: relative;

  color: #000;

  transition: all .4s ease;

}

.single-taxi-faq-one .accrodion-grp .accrodion .accrodion-title h4:before {

  font-family: 'FontAwesome';

  content: '\f067';

  display: inline-block;

  width: 22px;

  height: 22px;

  line-height: 22px;

  border-radius: 50%;

  text-align: center;

  font-size: 18px;

  color: var(--theme-color);

  position: absolute;

  top: 50%;

  right: 0px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  transition: all .4s ease;

}

.single-taxi-faq-one .accrodion-grp .accrodion .accrodion-content .inner {

  margin-top: 44px;

}

.single-taxi-faq-one .accrodion-grp .accrodion .accrodion-content .inner p {

  margin: 0;

  font-size: 16px;

  line-height: 34px;

  color: var(--white-color);

  font-weight: 600;

}

.single-taxi-faq-one .accrodion-grp .accrodion.active {

  background-color: var(--theme-color);

}

.single-taxi-faq-one .accrodion-grp .accrodion.active .accrodion-title h4:before {

  content: '\f068';

  color: #000;

}



/*

* 22. sidebar styles

*/

.sidebar .single-sidebar:not(.author-widget) {

  background-color: #F3F3F3;

}

.sidebar .single-sidebar {

  padding: 50px;

  border-radius: 10px;

}

.sidebar .single-sidebar+.single-sidebar {

  margin-top: 30px;

}

.sidebar .single-sidebar .widget-title {

  margin-bottom: 30px;

}

.sidebar .single-sidebar .widget-title h3 {

  margin: 0;

  color: #000;

  font-size: 20px;

  font-weight: 600;

}

.sidebar .single-sidebar .single-latest-post+.single-latest-post {

  border-top: 2px solid var(--white-color);

  padding-top: 30px;

  margin-top: 25px;

}

.sidebar .single-sidebar .single-latest-post .image-block,
.sidebar .single-sidebar .single-latest-post .text-block {

  display: table-cell;

  vertical-align: top;

}

.sidebar .single-sidebar .single-latest-post .image-block {

  width: 70px;

}

.sidebar .single-sidebar .single-latest-post .image-block .inner-block {

  overflow: hidden;

  border-radius: 10px;

}

.sidebar .single-sidebar .single-latest-post .image-block .inner-block>img {

  width: 100%;

}

.sidebar .single-sidebar .single-latest-post .text-block {

  padding-left: 15px;

}

.sidebar .single-sidebar .single-latest-post .text-block .date-line {

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: .2em;

  font-size: 12px;

  line-height: 1em;

  display: block;

  color: #000;

}

.sidebar .single-sidebar .single-latest-post .text-block h3 {

  margin: 0;

  font-size: 14px;

  line-height: 26px;

  margin-top: 10px;

}

.sidebar .single-sidebar .single-latest-post .text-block h3 a {

  color: #717171;

  transition: all .4s ease;

}

.sidebar .single-sidebar .single-latest-post .text-block h3 a:hover {

  color: var(--theme-color);

}

.sidebar .single-sidebar .tags-list {

  margin-top: -10px;

}

.sidebar .single-sidebar .tags-list a {

  display: inline-block;

  vertical-align: middle;

  background-color: var(--white-color);

  border-radius: 18.5px;

  font-size: 12px;

  text-transform: uppercase;

  font-weight: bold;

  color: #717171;

  letter-spacing: .2em;

  padding: 1.5px 18px;

  margin-top: 10px;

  transition: all .4s ease;

}

.sidebar .single-sidebar .tags-list a+a {

  margin-left: 6px;

}

.sidebar .single-sidebar .tags-list a:hover {

  background-color: var(--theme-color);

  color: #000;

}

.sidebar .single-sidebar .categories-list {

  margin: 0;

  padding: 0;

  list-style: none;

  margin-top: -10px;

}

.sidebar .single-sidebar .categories-list li+li {

  margin-top: 15px;

}

.sidebar .single-sidebar .categories-list li a {

  color: #7F8284;

  font-weight: 500;

  font-size: 16px;

  display: block;

  position: relative;

  transition: all .4s ease;

}

.sidebar .single-sidebar .categories-list li a:before {

  content: '\f101';

  font-family: 'FontAwesome';

  color: var(--theme-color);

  font-size: 14px;

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%) translateX(-15px);

  transform: translateY(-50%) translateX(-15px);

  opacity: 0;

  transition: all .4s ease;

}

.sidebar .single-sidebar .categories-list li a:hover {

  color: var(--theme-color);

  -webkit-transform: translateX(20px);

  transform: translateX(20px);

}

.sidebar .single-sidebar .categories-list li a:hover:before {

  opacity: 1;

}

.sidebar .author-widget {

  margin-bottom: 50px;

  background-color: #000;

  text-align: center;

  padding-top: 50px;

  padding-bottom: 40px;

  padding-left: 50px;

  padding-right: 50px;

}

.sidebar .author-widget .image-block img {

  border-radius: 50%;

}

.sidebar .author-widget h3,

.sidebar .author-widget p {

  margin: 0;

}

.sidebar .author-widget h3 {

  color: var(--white-color);

  font-size: 20px;

  font-weight: 600;

  margin-top: 25px;

  margin-bottom: 45px;

}

.sidebar .author-widget p {

  color: #B5B5B5;

  font-size: 16px;

  line-height: 34px;

  font-weight: 500;

  margin-bottom: 30px;

}

.sidebar .author-widget .social-block a {

  color: var(--white-color);

  font-size: 16px;

  transition: all .4s ease;

}

.sidebar .author-widget .social-block a+a {

  margin-left: 29px;

}

.sidebar .author-widget .social-block a:hover {

  color: var(--theme-color);

}



.site-footer .footer-widget .contact-infos li a {

  color: var(--white-color);

}

.site-footer .footer-widget .contact-infos li a:hover {

  color: var(--theme-color);

}

.contact-page-map-wrapper .contact-info-block .contact-infos li a {

  color: var(--white-color);

}

.contact-page-map-wrapper .contact-info-block .contact-infos li a:hover {

  color: var(--theme-color);

}

@-webkit-keyframes mover {

  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }

}

@keyframes mover {

  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }

}













@media (max-width: 480px) {

  .logo-block {

    /*display: none;*/

  }

  .social-block {

    display: none;

  }

  .bg-secPageNavForm br {

    display: block;

  }

  .bg-secPageNavForm i {

    font-size: 24px;

    display: grid;

  }

  .bg-secPageNavForm a {

    padding-bottom: 0px;

  }

  .top-bar {

    display: none;

  }

  .icn-cntnt {

    transform: translate(0%, 0%) !important;

    left: 0% !important;

  }

}

.bt-home {

  background-position: -20px -2056px;

  width: 24px;

  height: 24px;

}



.bt-contactus {

  background-position: -20px -2012px;

  width: 24px;

  height: 24px;

}

.bt-callus {

  background-position: -20px -1968px;

  width: 24px;

  height: 24px;

}

.bt-support {

  background-position: -20px -2100px;

  width: 24px;

  height: 24px;

}

.bt-happyclieents,
.bt-priceguarantee,
.bt-indiamap,
.bt-notchsupport,
.bt-oneway1,
.bt-oneway2,
.bt-rental01,
.bt-rental02,
.bt-road-trip1,
.bt-road-trip2,
.bt-round-trip1,
.bt-round-trip2,
.bt-transfer1,
.bt-transfer2,
.bt-transfer3,
.bt-transfer4,
.bt-twitter,
.bt-calling,
.bt-fb,
.bt-insta,
.bt-linkdin,
.bt-one-way,
.bt-pin,
.bt-rental,
.bt-road-trip,
.bt-round-trip,
.bt-transfer,
.bt-whatsapp,
.bt-callus,
.bt-contactus,
.bt-home,
.bt-support,
.bt-mn {

  display: inline-block;

  background: url(images/newfwdbesticon/menu-sprite.png) no-repeat;

  overflow: hidden;

  text-indent: -9999px;

  text-align: left;

}

.bg-secPageNavForm {

  background: #000;
  /*height: 60px;*/

}

.placeholder-font1 {

  font-size: 0.9em;

}

.hmlist span {

  font-size: 12px;

}

.social-block ul li a i {

  /*display: block;*/

}

.social-block ul li a {

  padding: 5px !important;

}







.slide ul li a {

  /* display: inline-grid; */

  padding: 5px 5px 0px 5px !important;

  /*width: 100px;*/

}

.slide ul li a i {

  font-size: 24px;

}

.tour-box {

  margin-bottom: 50px;

}

.tour-box:hover {

  /*border-radius: 10px!important;

    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/

    background: linear-gradient(40deg, var(--theme-color), #000);

    border-radius: 10px;

    box-shadow: 0px 0px 53px 0px var(--white-color);

  }

  .tour-box:hover h4 a {

    color: var(--white-color);

  }

  .tour-titl {

    width: 100%;

    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);

    padding: 5px 0px;

    margin-bottom: 10px;

    text-align: center;

    border-radius: 10px;

    color: var(--theme-color);

  }

  .tour-titl:hover {

    background: linear-gradient(40deg, var(--theme-color), #000);

  }

  .tour-titl h4 {

    margin-bottom: 0px;

  }

  .tour-titl h4 a {

    margin-bottom: 0px;

    color: var(--white-color);

  }

  .tour-titl h4 a:hover {

    color: var(--white-color);

  }

  .tour-img img {

    width: 100%;

    height: auto;

  }

  .tour-detail p {

    text-align: justify;

    padding: 16px;

    line-height: 1.4;

    font-size: 14px;

    font-weight: 400;

    /*  color: var(--white-color);*/

    border-radius: 10px;



  }

/*.tour-detail p:hover{

  background: linear-gradient(40deg, var(--theme-color), #000);

  border-radius: 10px;

  color: var(--white-color);

}*/

.tour-box:hover p {

  color: var(--white-color);

}

.book-note a {

  color: #000;

}





.roundedbox {

  border-radius: 10px !important;

  box-shadow: 0 0 5px 1px #e9e7e7;

}

.text-colorSecPageNavFormLabel {

  /*color: var(--white-color) !important;*/

  font-weight: 700;

}

.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  -webkit-clip-path: inset(50%);

  clip-path: inset(50%);

  border: 0;

}

.btn-search {

  border-radius: 18px;

}



.placeholder-font1 {

  font-size: .9em;

}

/*.btn.btn-theme:active, .btn.btn-theme:focus, .btn.btn-theme:hover {

    background: var(--theme-color)!important;

}*/

.cab-bx {

  margin: 10px 10px;

}

.cab-bx img {

  border-radius: 10px 10px 0 0;

  width: 100%;

}

.cab-ct-nm {

  font-weight: 500;

}

.cabs-icn {

  padding-top: 30px;

  padding-bottom: 30px;

  color: var(--theme-color) !important;

}

.cabs-icn-bx {

  padding: 10px 40px;

  background-color: var(--white-color);

  margin: 5px;

}

.cabs-icn-bx i {

  display: inline-block;

  font-size: 50px;



  border: 2px solid #000000;

  width: 80px;

  height: 80px;

  border-radius: 50%;

  text-align: center;

  vertical-align: middle;

  padding: 10px;

}

.cabs-icn-bx-cntnt {

  color: #000 !important;

  font-weight: 700;

  display: inline-block;

}

.icn-cntnt {

  /*padding: 0% 25% 0% 30%;*/

  position: relative;

  top: 50%;

  left: 50%;

  transform: translate(-25%, 0%);

}

.cabs-icn-detl {

  padding: 15px;

  color: #717171;

}

.cabs-icn-detl p {

  line-height: 25px;

  font-size: 14px;

}





.register-heading {

  text-align: center;

  margin-top: 4%;

  margin-bottom: -15%;

  color: #495057;

}

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

  .h4 {

    font-size: 14px;

    font-weight: 400;

  }

}

.bg-lighttrans {

  /*background: hsla(0, 0%, 100%, .1);*/

}

.label-font {

  font-size: .8em;

}



.text-colorSecPageNavFormLabel {

  color: var(--white-color);

}

.p-b {

  font-weight: bold;

}

p {

  line-height: 1.6;

}

.mfareFontST {

  font-size: 11px ! important;

  line-height: 15px;

}

.txicon {

  width: 125px !important;

  height: auto !important;

}

.hmlist .active {

  background-color: #000 !important;

  color: #000 !important;

}

.txicontab {

  width: 100px !important;

  height: auto !important;

}

.explr {

  width: 100% !important;

  height: auto !important;

  border-radius: 10px 10px 0 0;

}

.travellersdcontent {

  background: linear-gradient(40deg, #fbd544, #1030f6) !important;

}

/*.secondpadeform{

  background: linear-gradient(40deg, #fbd544, #1030f6;

}*/



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

  .txicon {

    width: 100px !important;

  }

  .banner-style-one .slide {

    padding-top: 100px !important;

  }

  .enquiry {

    display: none;

  }

}

.ui-menu .ui-menu-item {

  background-color: var(--white-color) !important;

}



.car-img {

  margin-bottom: 20px;

}

.car-img img {

  width: 100%;

  height: 200px;

}

.points {}

.points span {

  color: green;

}

.cabprc {

  margin-bottom: 80px;

}

.points h5 {

  color: var(--theme-color);

}

.points a {

  margin-top: 20px;

  display: none;

}

.points li {

  list-style-type: none;

  line-height: 1.4rem;

}

.car-nam h4 {

  color: #000000;

  /*text-decoration: underline;*/

  margin-bottom: 20px;

  text-align: center;

}

.main-bg {

  height: 100vh;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

}

/*=============counter=============*/

.counter {

  background-color: #f5f5f5;

  padding: 20px 0;

  border-radius: 5px;

}



.count-title {

  font-size: 40px;

  font-weight: normal;

  margin-top: 10px;

  margin-bottom: 0;

  text-align: center;

}



.count-text {

  font-size: 13px;

  font-weight: normal;

  margin-top: 10px;

  margin-bottom: 0;

  text-align: center;

}



.fa-2x {

  margin: 0 auto;

  float: none;

  font-size: 50px !important;

  display: table;

  color: #ffc108;

}

.app_btn {

  background: #000;

  color: var(--white-color);

  padding: 6px 20px;

  border-radius: 20px;

  font-size: 14px;

}

.app_btn:hover {

  color: #000;

  background-color: var(--theme-color);

}

.head2-remove {

  background: var(--white-color) !important;

  margin-top: 20px !important;

}

.strike {
  text-decoration: line-through;
  font-size: 16px;
}

/*===================================*/
/* home*/
/*=====================================*/
@media only screen and (min-width: 768px) {
  .search_form {
    position: relative;
    margin-top: -142px;
    left: 50%;
    margin-bottom: 30px;
    transform: translateX(-50%);
    width: 90%;
    z-index: 10000;
  }
}

@media only screen and (max-width: 600px) {
  .search_form {
    margin-top: 20px;
  }

  .search_form .tablink {
    font-size: 11px;
  }

  .roundedbox .active1:after {
    top: 44px !important;
    left: 50px !important;
  }

  .roundedbox .active:after {
    top: 44px !important;
  }

  .roundedbox .active2:after {
    top: 44px !important;
    right: 50px !important;
  }

  /*.main-bg {*/
    /*    margin-top: -100px;*/
    /*}*/
    .text_color {
      color: #000 !important;
    }

    .roundedbox {
      margin-top: 0px !important;
    }

    .tablink {
      font-size: 13px;
    }

    .inp-m {
      margin-top: 15px !important;
    }

    .main-bg {
      height: 45vh !important;
      background: white !important;
    }
  }

  .tablink i {
    line-height: 0;
    position: relative;
    top: 5px;
  }

  .roundedbox {
    margin-top: 70px;
    border-radius: 0px !important;
  }

  .cont {
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }

/*.main-bg{*/
/*    background-image: url(images/slider/slider-1-2.jpg);*/
/*}*/
.new {
  position: relative;
  margin-bottom: 25px;
}

.new::after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  /* The points are: (left top: x y, right top: x y, center bottom: x y) */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.new:hover {
  background: black;
}

.points ul {
  padding-left: 16px;
}

.points li {
  list-style-type: disc !important;
}

.list_type ul {
  margin-left: -16px !important;
}
#demo .carousel-control-next, #demo .carousel-control-prev{
  width: 4%;
}
.slider__content{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 60px;
}
.slider__content .top_title{
  font-family: "Playball", cursive;
  font-size: 17px;
  color: var(--theme-color);
  margin-bottom: 16px;
}
.slider__content h1{
  color: #fff;
  line-height: 1;
  font-size: 64px;
  font-weight: 700;
  font-family: var(--Wulkan);
  padding-bottom: 15px;
}
.slider__content p{
  color: #fff;
}
.slider__content h1 span{
  color: var(--theme-color);
}
.carousel-inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.ityped-cursor {
  display: none;
}

.carousel_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  z-index: 1000;
}

.carousel_caption .h1 {
  font-size: 60px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .search_form {
    width: 100% !important;
  }

  .carousel-inner img {
    width: 100%;
    height: 300px;
  }

  .carousel_caption .h1 {
    font-size: 18px !important;
  }
}

.roundedbox .active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme-color);
}

.roundedbox .active1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 53px;
  left: 15%;
  /*right: 0;*/
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme-color);
}

.active1 {
  background: var(--theme-color);
}

.roundedbox .active2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 53px;
  /*left: 0;*/
  right: 15%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme-color);
}

.cta-style-two {
  background: var(--theme-color) !important;
  filter: brightness(0.9);
}

.form-control {
  font-size: 14px !important;
  border: none;
  border-bottom: 1px solid #c9c7c7;
  margin: 5px 0;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--theme-color);
}

.search_form label {
  font-weight: 600;
}

.tabcontent {
  height: auto !important;
}

.select2-container--default .select2-selection--single {
  height: 42px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px !important;
  border-bottom: 1px solid #c9c7c7 !important;
  /*    margin: 5px 0;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
}

#select2-search-container {
  line-height: 40px;
}

.select2-dropdown {
  z-index: 1000000 !important;
}

/*  ========================================*/
.select2-container--default .select2-selection--single {
  border: none !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px !important;
}

.form-control,
#select2-search-container {
  font-size: 14px !important;
  border: none;
  margin: 0;
  background: #f2f2f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 40px;
  border: 1px solid var(--theme-color);
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #232325;
}

.search_form label {
  font-weight: 600;
}

.select2-container {
  width: 93% !important;
}

/*  ====================*/
@media only screen and (max-width: 600px) {
  .tab_form {
    width: 100% !important;
  }

  #main_tab .nav-item {
    width: 49% !important;
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .booking-form {
    /* margin-top: -100px; */
    position: relative;
    z-index: 100;
  }

  /*.booking-form [class*="col-"]{
    padding-left: 10px;
    padding-right: 5px;
  }*/
}

.tab_form .btn-theme {
  padding: 9px 45px;
  font-weight: 600;
  font-size: 18px;
}

.booking-form {
  padding-bottom: 20px;
}

.tab_form {
  background-color: var(--white-color);
  border-left: 8px solid var(--theme-color);
  border-bottom: 8px solid var(--theme-color);
  border-radius: 33px;
}

.single-section .tab_form {
  background-color: var(--white-color);
  border: 3px solid var(--theme-color);
  border-radius: 33px;
  padding: 13px 0;
}

.top_head {
  padding: 15px;
}

.tab_form .h4 {
  background: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.tab_form .nav-tabs a {
  background: #232325;
  width: 100%;
}

#main_tab,
#second_tab {
  justify-content: space-between;
  text-align: center;
  border: none;
  gap: 5px;
}

#main_tab .nav-item {
  width: 24%;
}

#main_tab .nav-item .nav-link {
  padding: 5px 0 !important;
}

#second_tab .nav-item {
  width: 49%;
  margin-bottom: 15px;
}

.tab_form .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.tab_form form {
  margin-top: 20px;
}

.search_cabs {
  background: #232325;
  color: var(--white-color);
  width: 100%;
  border-radius: 5px !important;
  height: 45px;
  font-size: 22px;
}

.tab_form form .input-group {
  margin-bottom: 12px;
  margin-top: 0;
}

.tab_form form .form-control {
  height: 40px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border: 1px solid var(--theme-color);
  padding: 5px 4px;
}

.tab_form form .input-group-text {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding: 0;
  width: 40px;
}

.tab_form form .input-group-text i {
  width: 40px;
}

/*.tab_form i{
  position: absolute;
  right: 24px;
  margin-top: -32px;
  font-size: 20px;
  opacity: 0.5;
}*/
.tab_form .nav-item:hover .nav-link {
  background-color: var(--theme-color);
}


/*=============footer=================*/
#local_data li,
#onewaydata_from li,
#rounddata_from li,
#onewaydata_to li,
#rounddata_to li {
  cursor: pointer;
  padding: 3px 0.25rem !important;
  font-size: 15px;
}

#local_data,
#onewaydata_from,
#rounddata_from,
#onewaydata_to,
#rounddata_to {
  position: absolute;
  width: 90%;
  top: 78px;
  background: var(--white-color);
  display: none;
  z-index: 1000;
  border: 1px solid #b7b7b770;
  max-height: 133px;
  overflow-y: auto;
  border-radius: 4px;
}

.floats:hover,
.float:hover {
  color: var(--white-color) !important;
  background-color: #000;
}

.floats {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: var(--white-color);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 100000;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  left: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 100000;
  border: 1px solid #fff;
}

.my-float {
  margin-top: 10px;
}

.site-footer {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/rishikesh3.jpg);
  background-size: cover;
}

.upper-footer hr {
  border: 1px solid var(--theme-color);
  width: 15%;
  margin-top: -30px;
  margin-left: 0px;
}

/*=======================footer==============================*/
.img-footer {
  border-top: 1px solid var(--theme-color);
  background-image: url(../images/Main-footer-bg.jpg);
  width: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.img-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer-widget .title {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer-widget .title .h3 {
  color: var(--white-color);
  text-shadow: 1px 1px 2px var(--white-color);
  position: relative;
  padding-bottom: 7px;
}

.footer-widget .title .h3:before {
  content: '';
  height: 3px;
  width: 60px;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

hr {
  border: 1px solid var(--theme-color);
  width: 22%;
  margin-top: -36px;
  margin-left: 2px;
}

.footer-widget p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-icon i {
  color: var(--white-color);
}

.footer-icon li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.link-widget li {
  color: var(--white-color);
  padding-bottom: 15px;
}

footer .link-widget li a {
  color: #000;
  transition: 0.3s;
}

footer .link-widget li a:hover {
  color: var(--theme-color);
}

#bdr-lne {
  color: #EAEAEA;
  font-size: 15px;
  display: block;
  line-height: 22px;
  border-bottom: 1px solid #373737;
}

span,
a,
a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

#m-bf {
  padding: 50px 0;
}

.footer-bottom {
  clear: both;
  padding: 20px 0;
  background-color: var(--theme-color);
}

.img-footer ul.tagcloud li a {
  background: #282e3a;
  border: none;
  padding: 5px 10px;
  color: var(--white-color);
}

ul.tagcloud li a {
  border: 1px solid #ebebeb;
  background: var(--white-color);
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

ul.tagcloud {
  margin-bottom: -10px;
  display: inline-block;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.img-footer ul.tagcloud li {
  padding: 0;
}

ul.tagcloud li {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}

.img-footer ul.tagcloud li a:hover {
  background: var(--theme-color);
}

#social {
  margin: 20px 10px;
  text-align: center;
}

.facebookBtn {
  background: var(--white-color);
  color: #4060A5;
}

.smGlobalBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 2px #999;
  padding: 0px;
  margin: 0 7px;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  line-height: 2em;
  -webkit-border-radius: 25px;
}

.facebookBtn:before {
  font-family: "FontAwesome";
  content: "\f09a";
}

.twitterBtn {
  background: var(--white-color);
  color: #00ABE3;
}

.twitterBtn:before {
  font-family: "FontAwesome";
  content: "\f099";
}

.linkedinBtn {
  background: var(--white-color);
  color: #0094BC;
}

.linkedinBtn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}

.instabtn {
  background: var(--white-color);
  color: #d6249f;
}

.instabtn:before {
  font-family: "FontAwesome";
  content: "\f16d";
}

.footer-widget {
  border-right: 1px solid var(--white-color)47;
  padding: 0 20px;
}

.link-widget li a {
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  padding-left: 20px;
}

.unorder li a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
}

#icons li {
  position: relative;
  padding-left: 40px;
}

#icons li a {
  padding-left: 0;
}

#icons i {
  color: var(--white-color);
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  transition: 0.3s linear;
  position: absolute;
  left: 0;
}

.sec-title {
  margin-inline: auto;
}

/*==============popular services==============*/
.popular-services {
  background: url(../images/airport-taxi.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;

  .sec-title {
    font-family: "Roboto", sans-serif !important;
  }
}

.popular-services:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #484848;
  opacity: 0.8;
  content: '';
  z-index: -1;
}

.popular-services .main_row {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.popular-services .main_row.active {
  max-height: 2000px;
  height: auto;
}

.load_more_button {
  text-align: center;
}

.popular-services .main_col {
  max-height: 412px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.popular-services .main_col.active {
  max-height: 2000px;
  height: auto;
}

.popular-services .main_col2 {
  max-height: 412px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.popular-services .main_col2.active {
  max-height: 2000px;
  height: auto;
}

.popular-services .main_col3 {
  max-height: 412px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.popular-services .main_col3.active {
  max-height: 2000px;
  height: auto;
}

.load_more_button {
  text-align: center;
}

.popular-services .service-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-color: ;
}

.popular-services .service-list .h3 {
  border-bottom: 1px solid var(--white-color);
  padding: 10px 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}

.popular-services .service-list ul {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.popular-services .service-list ul li {
  display: block;
  padding: 3px 0;
}

.popular-services .service-list ul li a {
  color: var(--white-color);
  font-size: 16px;
  padding: 0 0;
  display: block;
  position: relative;
  padding-left: 25px;
}

.popular-services .service-list ul li a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  color: #Fff;
  top: 1px;
  transition: 0.3s;
  font-weight: 900;
}

.popular-services .service-list ul li a:hover:before {
  transform: translateX(6px);
  color: #Fff;
}

.popular-services .service-list ul li a:hover {
  color: #d1d1d1;
}

/*==========breadcrumb===========*/
.same-section-spacing {
  padding: 100px 0;
}

.same-section-spacings {
  padding: 50px 0;
}

.bg-banner {
  background-size: cover;
  width: 100%;
  position: relative;
}

#hd {
  border: 1px solid var(--theme-color);
  width: 8%;
  margin: auto;
  margin-top: 10px;
}

.sightseen-section .h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.sightseen-section .col-lg-3,
.sightseen-section .col-lg-4 {
  margin-bottom: 30px;
}

.sightseen-section .card {
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}

.sightseen-section .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.sightseen-section .card .card-body {
  padding: 10px 0;
}

.sightseen-section .card .card-title {
  font-size: 25px;
  font-weight: bold;
}

.sightseen-section .card p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: justify;
}

/*===========why choose section============*/
.how-to-work {
  position: relative;
  z-index: 1;
  counter-reset: workPlanningSerialNumber;
}

.how-to-work__item {
  text-align: center;
}

.how-to-work__icon {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F3F8F6;
  height: 100px;
  border: 2px dashed var(--theme-color);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  color: var(--theme-color);
  font-size: 45px;
  position: relative;
  transition: all 0.4s ease-in-out;

  img {
    width: 41px;
    height: auto;
    transition: 0.4s;
    filter: hue-rotate(105deg) hue-rotate(-7deg);
  }
}

.how-to-work__icon__count {
  position: relative;
  width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -6px;
  top: 0px;
  background-color: #fff;
  height: 34px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.how-to-work {
  counter-reset: workPlanningSerialNumber;
}

.how-to-work__icon__count::before {
  counter-increment: workPlanningSerialNumber;
  content: counter(workPlanningSerialNumber);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}

.how-to-work__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-transform: capitalize;
  color: #1D231F;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: center;
}

.how-to-work__text {
  margin-top: -6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 346px;
  margin-left: auto;
  margin-right: auto;
}

.how-to-work .container {
  position: relative;
}

.how-to-work__shape {
  position: absolute;
  top: 40%;
  z-index: -1;
  display: none;
  animation: leftToRight 4s ease-in-out infinite;
}

.how-to-work__shape img {
  object-fit: cover;
  width: 100%;
  filter: hue-rotate(180deg) hue-rotate(-7deg);
}

@media (min-width: 992px) {
  .how-to-work__shape {
    display: block;
  }
}

.how-to-work__element {
  position: absolute;
  left: 0;
  top: 41%;
  animation: topToBottom 3.5s ease-in-out infinite;
  z-index: -1;
  display: none;

  img {
    width: 210px;
    position: relative;
    z-index: 1;
  }
}

.how-to-work__item:hover .how-to-work__icon img {
  filter: brightness(100);
}

.how-to-work__element::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  background: var(--theme-color);
  filter: blur(150px);
  left: -20%;
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .how-to-work__element {
    display: block;
  }
}

.how-to-work__item:hover .how-to-work__icon {
  background-color: var(--theme-color);
  border-style: solid;
  color: #fff;
}

.how-to-work__item:hover .how-to-work__icon__count {
  background-color: #fff;
}

.how-to-work__item:hover .how-to-work__icon__count::after {
  color: var(--theme-color);
}

@keyframes leftToRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes phone-icon-animate {

  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

#footer-slider .icon {
  width: 100px;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}

#footer-slider .icon i {
  position: relative;
}

#footer-slider .icon:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: -20px;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: var(--theme-color);
  border-radius: 50%;
  transform: translateY(10px);
  transition: all 0.3s linear;
  opacity: 0;
}

#footer-slider .bg-img:hover .icon:before {
  opacity: 1;
  transform: translateY(0);
}

#footer-slider .icon svg {
  fill: var(--white-color);
}

#footer-slider .bg-img {
  background-size: cover;
  text-align: center;
  color: var(--white-color);
  padding: 100px 20px;
  width: 100%;
  height: 459px;
}

#footer-slider .title {
  font-weight: 800;
}

/*social icons*/
ul.social-link li {
  margin-inline-end: 5px;
  display: inline-block;
}

ul.social-link li a:hover {
  color: var(--white-color);
}

ul.social-link li a {
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  font-size: 17px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s linear;
  border-radius: 5px;
}

ul.social-link li a.facebook {
  border: 1px solid #1f69b3;
  color: #1f69b3;
}

ul.social-link li a.twitter {
  border: 1px solid #00acee;
  color: #00acee;
}

ul.social-link li a.youtube {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

ul.social-link li a.instagram {
  border: 1px solid #c41d78;
  color: #c41d78;
}

ul.social-link li a.share-icon {
  border: 1px solid #28a745;
  color: #28a745;
}

.bg-shifter {
  background-color: #1f69b3;
  opacity: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  z-index: 2;
  text-align: center;
  padding-top: 10px;
  left: -1px;
  position: absolute;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  transition-property: transform, top;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.social-link li a.instagram .bg-shifter {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
  radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
  radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
  radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
  radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
  radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
  radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
  linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social-link li a.twitter .bg-shifter {
  background-color: #00acee;
}

.social-link li a.youtube .bg-shifter {
  background-color: var(--theme-color);
}

.social-link li a.share-icon .bg-shifter {
  background-color: #28a745;
}

.bg-shifter i {
  color: var(--white-color);
}

.social-link a:hover .bg-shifter {
  top: 0;
  opacity: 1;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/*share icon modal*/
.popup {
  position: fixed;
  left: 50%;
}

.popup {
  background: rgb(255, 254, 254);
  padding: 25px;
  border-radius: 15px;
  max-width: 380px;
  width: 100%;
  display: none;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;
}

.popup {
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  z-index: 100000;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;

}

.popup :is(.popup .head, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup .popup .head {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.popup .head span {
  font-size: 21px;
  font-weight: 600;
}

.popup .head .close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.popup .head .close {
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
}

.popup .head .close:hover {
  background: #ebedf9;
}

.popup .content {
  margin: 20px 0;
}

.popup .icons {
  margin: 15px 0 20px 0;
}

.content p {
  font-size: 16px;
}

.content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

.icons a i {
  transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
  color: #1877F2;
  border-color: #b7d4fb;
}

.icons a:nth-child(1):hover {
  background: #1877F2;
}

.icons a:nth-child(2) {
  color: #46C1F6;
  border-color: #b6e7fc;
}

.icons a:nth-child(2):hover {
  background: #46C1F6;
}

.icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}

.icons a:nth-child(3):hover {
  background: #e1306c;
}

.icons a:nth-child(4) {
  color: #25D366;
  border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
  background: #25D366;
}

.icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
  background: #0088cc;
}

.icons a:hover {
  color: var(--white-color);
  border-color: transparent;
}

.icons a:hover i {
  transform: scale(1.2);
}

/*=================header css============*/

.footer-bottom ul {
  /*display: flex;
  gap: 20px;
  justify-content: end;*/
  margin-bottom: 0;
  float: right;
}

.footer-bottom ul a {
  display: table-cell;
  border-right: 1px solid var(--white-color);
  padding: 0 10px;
  color: var(--white-color);
}

.footer-bottom ul a:last-child {
  border-right: none;
}

/*    phone toggle bar*/
#myNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  left: 0;
  width: 100%;
}

#myNav .menu-top {
  font-size: 16px;
  line-height: 1.2;
  color: var(--white-color);
  border-bottom: 2px solid var(--white-color);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

#myNav .overlay-content a {
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: var(--white-color);
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid var(--white-color);
}

#myNav .overlay-content .dropdown-menu {
  background-color: #ffc107;
}

#myNav .overlay-content .dropdown-menu a {
  border: none;
}

#myNav .overlay-content .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

#myNav a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

#myNav .closebtn {
  font-size: 35px;
  color: var(--theme-color);
  background: #fff;
  padding: 4px 18px;
  border: none;
}

.toggle-icon {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 15px;
}

.overlay-content .h2 {
  font-size: 30px;
  font-weight: 500;
  background: var(--white-color);
  padding: 40px;
  padding-left: 10px;
}




/*about section*/
.pb-130 {
  padding-bottom: 130px;
}

.pt-70 {
  padding-top: 70px;
}

.about-img-wrap {
  position: relative;
  padding-right: 100px;
  margin-bottom: 75px;
  height: 100%;
}

.about-img-wrap img:nth-child(1) {
  border-radius: 90px 0 0 90px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-img-wrap img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -75px;
  border-radius: 50%;
  width: 390px;
  height: 390px;
  border: 15px solid var(--white-color);
  object-fit: cover;
}

.year-experience-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: -30px;
  top: 65px;
}

.year-experience-wrap>span {
  font-size: 45px;
  line-height: .8;
  display: block;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 20px;
}

.year-experience-wrap p {
  margin-bottom: 0;
  color: #184670;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-align: right;
  transform: rotate(-90deg);
  margin-top: 40px;
}

.year-experience-wrap p span {
  display: block;
}

/*faq*/
.faq-one {
  position: relative;
  background-color: #F2F2F2;
}

.faq-one__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.1;
}

/*.faq-one img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
#main #faq .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 15px;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: var(--theme-color);
  display: block;
  text-align: left;
  background: #ffffff;
  padding: 10px 20px;
  position: relative;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

/* #main #faq .card .card-header .btn-header-link.collapsed {
  background: var(--theme-color);
  color: var(--white-color);
} */

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ebebeb;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  /* background: #ebebeb; */
  line-height: 30px;
  color: #222;
}

.about-three__image {
  position: relative;
}

.about-three__image__inner {
  position: relative;
  z-index: 1;
}

.about-three__image__inner img {
  max-width: 100%;
  height: auto;
}

.about-three__image__shape {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 442px;
  height: 442px;
  border: 3px solid var(--taxiz-base, #FED100);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  animation: zump 2s linear infinite;
}


/*testimonials new*/
.team-block_two-inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 30px 0px;
}

.team-block_two-inner::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--theme-color);
  background-color: var(--white-color);
}

.team-block_two-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: inline-block;
}

.team-block_two-image::before {
  position: absolute;
  content: '';
  left: -10px;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 150px;
  display: inline-block;
  background-color: var(--theme-color);
}

.team-block_two-image img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.team-block_two-content {
  position: relative;
  padding-bottom: 30px;
}

.team-block_two-title {
  position: relative;
  line-height: 38px;
  font-size: 30px;
}

.team-block_two-designation {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  color: var(--theme-color);
  text-transform: capitalize;
}

.team-block_two-text {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
}

.faqbox {
  background-color: var(--white-color);
  border: 1px solid #cecece;
  border-radius: 4px;
  padding: 24px;
}

.faqtitle {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faqbox .ques {
  font-size: 18px;
  font-weight: 600;
}

.destination-section .h3 {
  font-weight: 600;
}

.bullet-list {
  padding-left: 20px;
}

.bullet-list li {
  list-style: disc;
  font-size: 20px;
  margin: 10px 0;
}


.align-middle th {
  vertical-align: middle !important;
}



/*==============================================================
==============================================================
==============================================================*/
.cab-price-section .cab-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cab-price-section .cab-detail img {
  width: 50%;
}

.cab-price-section .cab-price {
  font-weight: 600;
}

.cab-price-section .cab-price .base-price,
.cab-price-section .cab-price .save-price {
  color: var(--theme-color);
  font-size: 20px;
}

.cab-price-section .cab-price .save-price {
  font-size: 13px;
}

.cab-price-section .cab-price .price {
  color: #45bd6b;
  font-size: 22px;
}

.cab-price-section ul {
  font-size: 13px;
  margin-bottom: 0;
}

.cab-price-section ul li i {
  margin-right: 5px;
}

.cab-price-section .border-box {
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(to right, var(--white-color) 0%, var(--white-color) 33%, #f2f2f2 33%, #f2f2f2 80%, var(--white-color) 80%, var(--white-color) 100%);
  margin-bottom: 20px;
}

.cab-price-section .select-btn .btn-theme {
  border: none;
}

/*phone view cabs*/
.cab-card-phone {
  padding: 20px;
  border: 1px solid #d8d8d4;
  border-radius: 16px;
  box-shadow: 0 1px 2px #00000040;
}

.cab-card-phone .d-flex {
  display: flex;
  flex-direction: row;
}

.cab-card-phone .cab-card-body {
  width: 100%;
}

.cab-card-phone .cab-name {
  font-size: 20px;
  font-weight: 600;
}

.cab-card-phone .card-img {
  width: 60%;
}

.cab-card-phone .card-img img {
  width: 100%;
}

.cab-card-phone .select-btn .btn-theme {
  margin-top: 12px;
}


/*tabs */
.cab-price-section .nav-tabs li {
  flex: 0 0 auto;
}

.cab-price-section .nav-tabs li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cab-price-section .nav-tabs li p {
  margin-bottom: 0;
  color: #000;
  word-break: break-word;
  text-transform: uppercase;
}

.cab-price-section .nav-tabs li img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  border: 1px solid #000;
  object-fit: contain;
}

.cab-price-section .nav-tabs li a.active p {
  color: var(--theme-color);
}

.cab-price-section .nav-tabs li a.active img {
  border-color: var(--theme-color);
}

.cab-price-section .nav-tabs .nav-link {
  border: none;
}

.cab-price-section .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 15px;
}

/*###############cabsearch-area##############*/
.cabsearch-area {
  background-color: #232325;
  padding: 10px 0;
}

.breadcrumb-title {
  color: var(--white-color);
  margin-bottom: 10px;
}

.cabsearch-area .search-details {
  color: var(--white-color);
  margin-bottom: 0;
  align-items: center;
}

.cabsearch-area .search-details li p {
  margin-bottom: 0;
}

.cabsearch-area .search-details li strong {
  font-weight: 400;
}

.cabsearch-area .search-details li .btn-theme {
  padding: 5px 10px;
}

.btn-theme {
  border: none;
}


/*=====================================*/
.billing-box {
  background: #f2f2f2;
  padding: 20px;
  margin-top: 15px;
  border-radius: 10px;
}

.fare-breakup {
  padding: 20px;
}

.fare-breakup ul {
  display: flex;
  justify-content: space-between;
}

.fare-breakup {
  position: relative;
}

.fare-breakup h4 {
  font-size: 20px;
}

.fare-breakup h3 {
  font-size: 23px;
  font-weight: 800;
}

.fare-breakup p {
  margin-bottom: 0;
}

.gst-box {
  position: absolute;
  width: 221px;
  background: #4a4a4a;
  top: 50px;
  left: 20px;
  padding: 10px;
  color: var(--white-color);
  border-radius: 4px;
  display: none;
  transition: 0.3s linear;
}

.gst-box span {
  float: right;
}

.pop-div:hover .gst-box {
  display: block;
}

.offer-tag {
  position: absolute;
  top: -14px;
  width: 70px;
  left: -15px;
  z-index: 1;
}

.offer-tag img {
  width: 100%;
}

.offer-tag i {
  font-size: 70px;
  color: #ff0000;
}

.offer-tag>p {
  position: absolute;
  top: 50%;
  font-weight: 900;
  color: var(--white-color);
  line-height: 1.1 !important;
  font-size: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.phone-offer-badge .offer-tag {
  left: auto;
  right: -10px;
}

/*======================*/
.search-details {
  padding: 20px 0;
}

.search-details .locationbox {
  background-color: var(--theme-color);
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #fff;
}

.search-details .locationbox ul {
  display: flex;
  flex-direction: row;
}

.locationbox ul .pick-up::before,
.locationbox ul .droploc::before {
  font-size: 30px;
  content: " ";
  margin-right: 10px;
  padding: 10px;
  font-family: FontAwesome;
  content: "\f041";
  color: #ffffff;
}

/* .locationbox ul .droploc::before {
  color: var(--theme-color);
} */

.locationbox ul {
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 1px !important;
}

.locationbox ul li {
  margin-left: -10px;
  display: flex;
  align-items: center;
}

.search-details .locationbox ul li span {
  font-size: 14px;
  font-weight: bold
}

.search-details .locationbox ul .icon {
  margin: 10px 20px;
}

.search-details .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.search-details .head p {
  margin-bottom: 0;
  font-weight: 600;
}

#myModal .close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: var(--theme-color);
}

.form-heading {
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #000;
}

#myModal form {
  background-color: var(--white-color);
  padding: 20px;
  padding-top: 10px;
}

#myModal form label {
  font-size: 14px;
}

.pac-container {
  z-index: 10000 !important;
}

#myModal form .select2-container {
  width: 100% !important;
  z-index: 9999 !important;
  border: 1px solid #ced4da !important;
  height: 40px;
  border-radius: 4px;
}

#myModal form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

#myModal form #select2-search-container {
  background-color: var(--white-color) !important;
  border-color: #ced4da !important;
  border-radius: 4px !important;
}

#myModal form .form-control {
  height: 40px;
}

#myModal .exchange {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme-color);
  color: var(--white-color);
  padding: 3px 7px;
  z-index: 1;
  border-radius: 50%;
  bottom: -22px;
}

.home-booking-form{
  position: relative;
  z-index: 5;
}
/*===================================================*/
@media only screen and (min-width: 768px) {
  .search-details .container {
    display: flex;
    align-items: center;
  }

  .search-details .head {
    margin-top: 0;
  }

  .column-count-4 {
    column-count: 4;
    column-gap: 20px;
  }

  .cab-price-section .tab-content>.tab-pane {
    display: none;
  }

  .home-booking-form {
    position: absolute;
    top: 50%;
    width: 30%;
    z-index: 1;
    transform: translateY(-50%);
    right: 10%;
    max-width: 450px;
  }

  .carousel_caption {
    left: 70%;
  }

  .select2-container {
    width: 91% !important;
  }
}
/*===================================================*/
@media only screen and (max-width: 768px) {
  #myModal .exchange {
    bottom: -33px;
  }
  .home-booking-form{
    margin-top: -10px;
    margin-bottom: 15px;
  }

  #myModal form .form-group {
    margin-bottom: 5px;
  }

  .search-details .locationbox ul {
    flex-direction: column;
  }

  .search-details .locationbox ul .icon {
    display: none;
  }

  .search-details .locationbox ul .pick-up {
    border-bottom: 1px solid #ccc;
  }

  .display_none_phone {
    display: none;
  }

  .search-details .head button {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
  }

  .search-details .locationbox {
    width: 100%;
  }

  .locationbox ul .pick-up::before,
  .locationbox ul .droploc::before {
    font-size: 25px;
    padding: 0;
    padding-left: 10px;
  }

  /*  =============================*/

  .select2-container {
    width: 87.7% !important;
  }

  /*###############cabsearch-area##############*/
  .breadcrumb-title {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .cabsearch-area .search-details {
    font-size: 10px;
  }

  /*.cabsearch-area .search-details li{
    padding: 0 10px;
  }*/
  .cabsearch-area .search-details li:first-child {
    padding-left: 15px;
  }

  .cabsearch-area .search-details li:last-child {
    padding-right: 15px;
  }

  .cabsearch-area .search-details li {
    margin-bottom: 8px;
  }

  .cab-price-section .border-box {
    display: none;
  }

  /*.swipIcon{
    display: none!important;
  }*/
  .tab_form .btn-theme {
    margin-top: 10px;
  }

  /*  ===============*/
  .same-section-spacing {
    padding: 15px 0 !important;
  }

  .banner-box {
    padding-top: 0 !important;
  }

  .banner-box h2,
  .banner-box .h1 {
    font-size: 16px !important;
  }

  .breadcrumb {
    font-size: 13px;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .tab_form form .input-group {
    margin-bottom: 5px;
  }

  #main_tab .nav-item .nav-link {
    font-size: 13px;
  }

  .brand-logo a h3 {
    font-size: 26px;
  }

  .about-three__image__shape {
    width: 260px;
    height: 260px;
    left: -30px;
    bottom: -30px;
  }

}

@media screen and (max-height: 450px) {
  ##myNav a {
    font-size: 20px
  }

  #myNav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*PHONE MEDIA QUERY*/
@media (max-width: 768px) {
  .cab-price-section ul {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .footer-bottom ul {
    float: none;
  }

  .footer-bottom ul a {
    font-size: 14px;
    padding: 0 9px;
  }

  .footer-bottom .left-text {
    text-align: center;
    margin-top: 10px;
  }

  #hd {
    width: 50% !important;
  }

  .swipIcon {
    /*    top: 61px!important;*/
    right: 0 !important;
    left: 0;
    text-align: center;
  }

  .top_header .left {
    justify-content: center;
  }
}

/***********Blogs**************/
.blogs__section .blog_image {
  margin-bottom: 0;
  width: 150px;
  height: 150px;
  margin-inline: auto;
  border-radius: 50%;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  &:before {
    border-radius: inherit;
  }
}

.blogs__section .blog-text {
  padding-left: 10px;

  p {
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    max-height: 96px;
    overflow: hidden;
  }
}

.blogs__section .single_blog {
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
}

.blogs__section .single_blog .h4 a {
  letter-spacing: -0.02em;
  font-size: 18px;
}

.blogs__section .post_date {
  color: var(--white-color);
  margin-bottom: 0px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 99;
  font-weight: 600;
  margin: 0;
  position: relative;
  margin-bottom: 6px;
  border-radius: 30px;
  padding: 2px 8px;

  a {
    color: inherit;
  }
}

.blogs__section .post_date:before {
  position: relative;
  content: "\f2da";
  font-family: "FontAwesome";
  padding-right: 5px;
  font-size: 9px;
}



.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-box {
  width: 350px;
  background: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px #000;
  border-radius: 10px;
  text-align: center;
}

.payment-box-heading {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}

.popup-box .pay-option {
  display: flex;
  gap: 10px;
  align-items: center;
}

.popup-box .pay-option button {
  width: 100%;
  padding: 10px 20px;
  border: none;
  background: #1d9600;
  color: var(--white-color);
  border-radius: 8px;
}

/* =============================================================
============================================================= */

.car-image {
  width: 100%;
  object-fit: cover;
  height: 165px;
}

/*======================breadcrumb============================*/
@media only screen and (max-width: 600px) {
  .navbar-collapse .navbar-nav li:first-child {
    margin-top: 30px;
  }

  #secondPageSearchBarid .col-md-5 {
    padding: 0 !important;
    margin-top: 10px !important;
  }

  #secondPageSearchBarid .card-body .container {
    padding: 0 !important;
  }
}

.exchange {
  cursor: pointer;
}

.shadow {
  box-shadow: 0 0 5px 1px #e3e3e3 !important;
}

.same-section-spacing {
  padding: 50px 0;
}

.bg-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.breadcrumb {
  background: transparent;
  color: var(--white-color);
  padding: 10px 0;
}

.breadcrumb {
  background: transparent;
  color: var(--white-color);
  padding: 10px 0;
}

.breadcrumb-item a {
  font-weight: 600;
  color: var(--white-color);
}

.breadcrumb-item.active {
  color: var(--white-color);
  font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--white-color);
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.banner-box h2 {
  color: var(--white-color);
  margin-bottom: 30px;
}

#hr3 {
  border: 1px solid var(--theme-color);
  width: 5%;
  margin: auto;
  margin-top: -24px;
}

/*====================breadcrumb end==========================*/
/* Style tab links */
.tablink {
  background-color: #000;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33%;
}

.tablink:hover {
  background-color: #000c7;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  /*color: white;*/
  display: none;
  padding: 5px 20px;
  padding-top: 70px;
  height: 100%;
}

.tabcontent2 {
  color: white;
  display: none;
  padding: 60px 20px;
  height: 100%;
}

#Rental {
  background-color: var(--white-color);
}

#Oneway {
  background-color: var(--white-color);
}

#Roundtrip {
  background-color: var(--white-color);
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  /*    padding: 10px 0;*/
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*    background: #232325;*/
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 74px;
  border-radius: 4px;
  /* height: 100px;
top: 2px;
position: absolute;
width: auto;
display: block;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
z-index: 1; */
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: var(--white-color) !important;
  font-weight: 500;
  transition: all 200ms linear;
}

/* .nav-item:hover .nav-link{
color: var(--white-color)!important;
} */
.nav-item.active .nav-link {
  color: #000 !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

/*.nav-item:after{
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
content: '';
background-color: #000;
opacity: 0;
transition: all 200ms linear;
}*/
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

a:hover {
  text-decoration: none;
}

.fa-2x {
  color: var(--theme-color) !important;
}

.book-ride-one .booking-form-one button[type=submit] {
  background-color: var(--theme-color) !important;
}

/*.sub_menu{
display: none;
position: absolute;
transition: all 0.5s ease;
}
#sub_menu:hover > .sub_menu{
display: block;
}*/
/*#myBtn:hover{
background-color: transparent!important;
border: 1px solid var(--white-color);
}*/
.block-title .h2,
.center-title .h2,
.white-heading .h2 {
  color: var(--theme-color);
  text-transform: capitalize !important;
  font-size: 35px !important;
  font-weight: 700 !important;
}

.breadcrumb {
  display: inherit !important;
  text-align: center;
}

.breadcrumb li {
  display: inline-block;
}

/*.banner-box{
padding-top: 55px;
}*/
.banner-box #hr3 {
  display: none;
}

.banner-box h2 {
  color: var(--white-color);
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 45px;
}

.pac-container {
  z-index: 1000000000 !important;
}

/*    blog*/
.single_blog {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.blog_image {
  position: relative;
  margin-bottom: 15px;
}

.blog_image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  opacity: 0;
  transition: .5s;
}

.post_date {
  background: #f9461d;
  color: var(--white-color);
  padding: 5px 20px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px 10px 0 0;
  z-index: 99;
  border-radius: 0px;
  font-weight: 600;
}

.post_date a {
  color: var(--white-color);
}

.blog-text {
  padding: 5px 20px 10px;
}

.single_blog .h4 {
  line-height: 20px;
}

.single_blog .h4 a {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.single_blog:hover .blog_image:before {
  opacity: 1;
}

.blog_image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.navbar-toggler {
  background-color: red;
  padding: 5px 6px 8px 3px;
}

/*===============================*/
.btn-theme-block {
  padding: 10px 30px;
  color: var(--theme-color);
  border-radius: 4px;
  transition: 0.3s linear;
  border: 1px solid var(--theme-color);
  background-color: transparent;
}

.btn-theme-block:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color);
  color: var(--white-color);
}

/*===========================*/
.top_header {
  background-color: #232325;
  padding: 5px 0;
}

.top_header .left {
  display: flex;
  margin-bottom: 0;
}

.top_header .left li:first-child {
  padding-right: 20px;
}

.top_header .left li:last-child {
  padding-left: 20px;
  border-left: 1px solid var(--white-color);
}

.top_header .left li a {
  color: var(--white-color);
}

#navbarSupportedContent {
  position: relative;
}

.main-header {
  background-color: var(--white-color);
}

/* .main-header #navbarSupportedContent:before {
  width: 5px;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #232325;
  right: 0;
  z-index: 1;
}

.main-header #navbarSupportedContent:after {
  color: var(--white-color);
  width: 38px;
  height: 38px;
  position: absolute;
  content: "\f095";
  font-family: Fontawesome;
  background-color: #232325;
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;
  right: -16px;
  z-index: 1;
  font-size: 20px;
} */

.bg-theme {
  background-color: var(--theme-color);
}

.main-header .navbar-nav li a {
  color: #000 !important;
  font-size: 17px;
}

.main-header .navbar-nav li a:hover {
  color: var(--theme-color) !important;
}

/*phone media query*/
@media only screen and (max-width: 768px) {

  .main-header #navbarSupportedContent:before,
  .main-header #navbarSupportedContent:after {
    display: none;
  }

  .top_header .left li a {
    font-size: 10px;
  }


  .navbar-brand img {
    top: -11px;
    width: 55px;
    height: 55px;
  }
}

.theme_color {
  color: #0089ff;
}

.theme-color {
  color: var(--theme-color);
}

/* ABOUT */
.elementor-blockquote__content {
  margin-top: 15px;
  margin-bottom: 0;
  font-style: italic;
}

.elementor-blockquote .e-q-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.elementor-blockquote__author {
  color: #232325;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

#about_us .box {
  background: var(--theme-color);
  border-radius: 0;
  padding: 20px;
}

#about_us .icon i {
  font-size: 35px;
  color: var(--white-color);
}

#about_us .text h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--white-color);
}

#about_us .text p {
  color: var(--white-color)A1;
  margin-bottom: 0;
}


#about_us .third-img {
  height: 280px;
  margin-top: -81px;
  width: 90%;
}

#about_us ul li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}

#about_us ul li:before {
  content: '\f00c';
  position: absolute;
  padding-right: 20px;
  font-family: Fontawesome;
  left: 0;
  color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
  #about_us .third-img {
    height: 194px;
  }
}

/*  =============*/
.ws-section-spacing .card {
  border: 2px solid var(--theme-color) !important;
}

.ws-section-spacing .card img {
  border-right: 2px solid var(--theme-color);
}

.swipIcon {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  line-height: 30px !important;
  text-align: center;
  color: var(--white-color);
}

/*  preload*/
.preload {
  background-color: rgb(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  display: none;
}

.preload img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.btn-theme {
  overflow: hidden;
  position: relative;
  display: inline-flex
  ;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 7px 7px 7px 18px;
  border-radius: 100px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
}

.btn-theme svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.btn-theme::before,
.btn-theme::after {
  content: "";
  background-color: var(--color-three);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-theme i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme-color);
  margin-left: 4px;
  margin-right: 4px;
}

.btn-theme i.icon-start {
  margin-left: 0;
  margin-right: 4px;
}

.btn-theme::before {
  top: 0;
  left: 0;
  right: auto;
}

.btn-theme::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.btn-theme:hover {
  color: #fff;
}

.btn-theme:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn-theme:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-theme:hover i {
  animation: iconTranslateX 0.4s forwards;
}

@keyframes phone-icon-animate {

  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}


.site_name {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 16px;
  text-align: left;
  line-height: 1;
  color: #fff;
  max-width: 200px;
}

.gap-10 {
  gap: 10px;
}

.col-80 {
  width: 80%;
}

.col-20 {
  width: 20%;
}

/* ======================about us==================== */
.index__about {
  position: relative;
  width: 100%;
}

.index__about-shape1 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}

.index__about .about-wp {
  width: 1366px;
  margin: 0 auto;
}

.index__about-tractor {
  position: absolute;
  right: 50px;
  bottom: -182px;
}

@media (max-width: 1500px) {
  .index__about-tractor {
    max-width: 333px;
  }
}

@media (max-width: 1500px) {
  .index__about-tractor {
    max-width: 268px;
  }
}

@media (max-width: 991px) {
  .index__about-tractor {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .index__about-tractor {
    max-width: 94px;
    bottom: -88px;
  }
}

.index__about-left {
  position: relative;
  text-align: center;
}

.index__about-left::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}

.index__about-left span {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  display: block;
  background-color: var(--theme-color);
  max-width: 310px;
  padding: 30px 50px;
}

@media (max-width: 991px) {
  .index__about-left span {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .index__about-right {
    padding-left: 20px;
  }
}

.index__about-mainImg {
  margin-bottom: -12px;
  width: 495px;
  height: 495px;
  border-radius: 50%;
  border: 5px solid #fff;
}


@media (max-width: 991px) {
  .index__about-shape1 {
    max-width: 390px;
  }
}

.index__about-middle {
  display: flex;
  margin-bottom: 40px;
  gap: 30px;
}

@media (max-width: 991px) {
  .index__about-middle img {
    display: none;
  }
}

.index__about ul li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}

.index__about ul li:before {
  content: '\f00c';
  position: absolute;
  padding-right: 20px;
  font-family: Fontawesome;
  left: 0;
  color: var(--theme-color);
}

/* =============tour places=============== */
.tourist-places {
  background-image: url(../images/shapes/style1-bg.png);
}

.vs-footer-style1 {
  padding: 25px 0 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.vs-services-box-style1 {
  border-radius: 15px;
  background-color: var(--white-color);
  overflow: clip;
  position: relative;
  height: 100%;
}

.vs-services-box-style1::after {
  position: absolute;
  content: "";
  left: 27px;
  bottom: 0;
  width: 50px;
  height: 8px;
  border-radius: 3px 3px 0px 0px;
  background: var(--second-theme-color);
  transition: all 0.3s;
}

.vs-services-box-style1 .services-thumb {
  overflow: clip;
}

.vs-services-box-style1 .services-thumb img {
  transition: all 0.3s linear;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.vs-services-box-style1 .services-icon {
  margin-top: -40px;
  position: relative;
}

.vs-services-box-style1 .services-icon i {
  position: absolute;
  right: 64px;
  top: 30px;
  z-index: 1;
  color: #fff;
  font-size: 25px;
}

.vs-services-box-style1 .services-icon svg {
  color: #f9f9f9;
  transition: all 0.3s;
  position: relative;
  left: calc(100% - 130px);
}

.vs-services-box-style1 .services-content-inner {
  padding: 0 24px 10px;
  margin-top: -8px;
}

.vs-services-box-style1 .services-content-inner .services-title {
  transition: all 0.3s;
}

.vs-services-box-style1 .services-content-inner .services-title:has(~ p) {
  margin-bottom: 10px;
}

.vs-services-box-style1.v2 {
  padding: 50px 48px 70px;
  background-color: var(--theme-color);
}

footer p {
  color: #555;
}

@media (max-width: 1299px) {
  .vs-services-box-style1.v2 {
    padding: 45px 30px 45px;
  }
}

@media (max-width: 991px) {
  .vs-services-box-style1.v2 {
    padding: 55px 30px 55px;
  }
}

.vs-services-box-style1.v2 .title-area {
  max-width: 400px;
}

.vs-services-box-style1.v2 .taj-tower {
  position: absolute;
  bottom: 0;
  right: 22px;
}

.vs-services-box-style1.v2::after {
  content: unset;
}

.vs-services-box-style1:hover::after {
  left: 0;
  width: 100%;
  background-color: var(--theme-color);
}

.vs-services-box-style1:hover .services-thumb img {
  transform: scale(1.05);
}

.vs-services-box-style1:hover .services-icon svg {
  color: var(--theme-color);
}


/* form */
.home-booking-form .tab_form {
  overflow: hidden;
  padding: 10px 20px 10px;
}

.home-booking-form .tab_form form .input-group-text {
  color: var(--theme-color);
  background: transparent;
  border: none;
  padding: 0;
  width: 25px;
  text-align: left;
}
.home-booking-form .tab_form form .text_area .input-group-text{
  align-items: start;
  padding-top: 2px;
}
.home-booking-form .tab_form form .form-control {
  border-radius: 4px !important;
  height: 45px;
}
.home-booking-form .tab_form form textarea.form-control {
  height: 80px;
}
.home-booking-form .swipIcon {
  top: 8px;
  right: -25px;
  left: auto;
}

.home-booking-form .input-group-text i {
  width: 40px;
  font-size: 20px;
}

.home-booking-form .tab_form form .input-group {
  margin-bottom: 12px;
}

.home-booking-form .tab_form .btn-theme {
  padding: 10px 29px;
  margin-inline: auto;
  display: flex;
}

.home-booking-form .tab_form .nav-tabs a {
  border-radius: 20px;
}

.home-booking-form .tab_form .h4 {
  background: #fff;
  color: var(--theme-color);
  text-align: center;
  margin-top: 10px;
  padding: 0;
}

.home-booking-form #main_tab {
  opacity: 1;
  background-color: rgb(209 213 219 / 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0;
  border-radius: 1.5rem;
  width: max-content;
  margin-inline: auto;
}

.home-booking-form #main_tab .nav-item {
  width: max-content;
  padding: 0;

}

.home-booking-form #main_tab .nav-item .nav-link:hover {
  border-color: transparent;
}

.home-booking-form #main_tab .nav-item .nav-link {
  background: transparent;
  color: #555 !important;
  padding: 9px !important;
  font-weight: 400;
  font-size: 14px;
}

.home-booking-form #main_tab .nav-item .nav-link.active {

  background-color: var(--theme-color) !important;
  border-color: transparent;
  color: #fff !important;
}

/*******New Css Start********/
.banner-box {
  .breadcrumb {
    background-color: transparent;
  }

  .breadcrumb-item.active {
    color: #fff;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
  }
}

.single-section {
  position: relative;
  padding: 30px 0;

  img {
    border-radius: 20px;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }

  .form_section {
    border: 2px solid var(--theme-color);
    padding: 10px 15px;
  }
}

.single-section .image_section {
  position: relative;
}

.single-section .image_section .view-all {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(231, 56, 39, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(231, 56, 39, 0) 100%);
  margin-bottom: 0;
  padding: 10px;
  text-transform: capitalize;
  color: white;
  font-weight: 800;
  line-height: 1;
}

.single-section .image_section .slider-thumbnail {
  margin-top: 5px;
  overflow: hidden;
}

.single-section .image_section .slider-thumbnail .slick-slide>div {
  margin: 0 5px;
}

.single-section .image_section .slider-thumbnail .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.single-section .facility_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-top: 20px;
}

.single-section .facility_sec .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  position: relative;
}

.single-section .facility_sec .icon-box svg {
  width: 30px;
  height: auto;
  fill: var(--theme-color);
}

.single-section .facility_sec .icon-box .content {
  margin-left: 15px;
}

.single-section .facility_sec .icon-box .content h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.single-section .facility_sec .icon-box .content h6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
  margin-bottom: 0;
}

.single-section .facility_sec .icon-box:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: var(--theme-color);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-section .facility_sec .icon-box:last-child:after {
  display: none;
}

.single-section .description-section .menu-top {
  margin-top: 30px;
  padding: 12px 0;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 #dedede;
  box-shadow: 0 2px 4px 0 #dedede;
}

.single-section .description-section .menu-top li a {
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-section .description-section .menu-top li.active a {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-item {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}

.sidebar-item>h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 2px solid var(--theme-color);
}

.title-1 h4,
.title-1 h3 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  margin-bottom: 45px;
}

.single-section .faq-one {
  background-color: transparent;
}

.title-1 h4:before,
.title-1 h3:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  content: "";
  background-color: var(--theme-color);
}



.sidebar-category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.sidebar-category li {
  list-style: none;
  margin-bottom: 1px;
  width: 100%;
}

.sidebar-category li .active {
  background: var(--theme-color);
  color: #FFF;
}

.sidebar-category li a {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 6px;

  i {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 17px;
  }
}

.sidebar-category li a:hover {
  background: var(--theme-color);
  color: #fff;
}

.sidebar-category li a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  float: right;
  font-weight: 800;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-bottom {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .footer-bottom {}
}

.footer-cta {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 55px;
  overflow: clip;
}

@media (max-width: 991px) {
  .footer-cta {
    padding: 20px 30px;
  }
}

.text-white-color {
  color: #Fff;
}

.cta-contact-items {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .cta-contact-items {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
  }
}

.cta-contact-items .contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-contact-items .contact-item .icon {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all 0.3s;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 36px;
  transition: all 0.3s;
  /* Small devices */
}

@media (max-width: 767px) {
  .cta-contact-items .contact-item .icon {
    width: 58px;
    height: 58px;
    font-size: 23px;
  }
}

.cta-contact-items .contact-item .info p {
  color: #d3d2d2;
  max-width: 234px;
}

@media (max-width: 767px) {
  .cta-contact-items .contact-item .info p {
    max-width: 100%;
  }
}

.cta-contact-items .contact-item .info p a {
  display: block;
}

.cta-contact-items .contact-item:hover .icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.footer-copyright {
  color: #d3d2d2;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-menu ul a {
  color: #d3d2d2;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.footer-menu ul a:hover {
  color: var(--theme-color);
}

.footer-widgets .social-media {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .footer-widgets .social-media {
    margin-top: 25px;
  }
}

.footer-widgets .widgets-title {
  letter-spacing: 0.72px;
  position: relative;
  line-height: 175%;
  z-index: 0;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .footer-widgets .widgets-title {
    margin-bottom: 25px;
  }
}

.footer-widgets .widgets-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 85%;
  height: 2px;
  background: #ccc;
  z-index: 1;
}

.footer-widgets .widgets-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 2px;
  background: var(--theme-color);
  z-index: 2;
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-media ul li a {
  display: inline-block;
  width: 48px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 2px solid rgba(49, 9, 80, 0.8);
  display: grid;
  place-content: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.social-media ul li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #Fff;
}

.newsletter input {
  padding: 16px 22px;
  border-radius: 8px;
  background: rgba(49, 9, 80, 0.5);
  color: var(--white-color);
  font-weight: 500;
  line-height: 171.429%;
  height: max-content;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  border: 0;
}

.newsletter input::placeholder {
  color: #d3d2d2;
}

.newsletter input:focus,
.newsletter input:active {
  background: rgba(49, 9, 80, 0.5);
  color: var(--white-color);
}

.newsletter button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 0;
  height: max-content;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 256.25%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background-color: transparent;
}

.newsletter button i {
  color: var(--theme-color);
}

.newsletter button:hover {
  color: var(--theme-color);
}

.instagram {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 11px;
  column-gap: 13px;
}

.instagram a {
  display: block;
  border-radius: 10px;
  border: 3px solid var(--theme-color);
  overflow: hidden;
  position: relative;
}

.instagram a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  border-radius: 10px;
  background: rgba(49, 9, 80, 0.5);
  z-index: 2;
  transition: all 0.3s;
}

.instagram a img {
  transition: all 0.3s;
}

.instagram a:hover::before {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
}

.instagram a:hover img {
  transform: scale(1.05);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

@media (max-width: 1199px) {
  .footer-links ul {
    gap: 15px;
  }
}

.footer-links ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #222;
  font-weight: 500;
  line-height: 1.15;
  transition: .3s;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.footer-links ul li a i {
  color: #222;
  transition: .3s;
}

.footer-links ul li a:hover {
  color: var(--theme-color);
}

/*footer partner*/
.footer-partner-list {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  color: #000;
}

.footer-partner-list span {
  color: #000;
  font-weight: bold;
}

.footer-partner-list a {
  color: var(--theme-color);
  font-weight: 600;
}

.footer-partner-list a:hover {
  color: #000;
}

.payment-icon li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
}

.before_none .sec-title:after {
  display: none;
}

.google-reviewed {
  max-width: 405px;
  border-radius: 17px;
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.bg-second-theme-color {
  background-color: var(--theme-color);
}

@media (max-width: 575px) {
  .google-reviewed {
    flex-direction: column;
    text-align: center;
  }
}

.gap-2 {
  gap: 0.5rem !important;
}

.google-reviewed .fs-xxs {
  font-size: 13px;
}

.text-theme-color i {
  color: gold;
}

.google-reviewed>div {
  padding: 30px 25px;
  width: 100%;
  gap: 0.5rem !important;
}

@media (max-width: 991px) {
  .google-reviewed>div {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .google-reviewed .left {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .google-reviewed .right .rating {
    justify-content: center;
  }
}

.google-reviewed .right .review {
  color: rgba(170, 172, 173, 0.9);
}


/*------------------- 4.5. Blog  -------------------*/
.blog-style1 {
  position: relative;
}

.blog-style1::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.05;
  background: linear-gradient(0deg, var(--theme-color) 0%, var(--white-color) 100%);
}

.vs-blog-box {
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--white-color);
  overflow: hidden;
}

.vs-blog-box .blog-thumb {
  overflow: hidden;
}

.vs-blog-box .blog-thumb img {
  transition: all ease 0.4s;
}

.vs-blog-box .blog-content {
  padding: 25px 35px;
  position: relative;
}

@media (max-width: 1399px) {
  .vs-blog-box .blog-content {
    padding: 25px 30px;
  }
}

.vs-blog-box .blog-meta {
  padding-bottom: 0;
  border-bottom: 3px dashed #d1d1d1;
}

.vs-blog-box .blog-meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 992px) {
  .vs-blog-box .blog-meta ul {
    flex-direction: column;
    gap: 0px;
  }
}

@media (min-width: 1200px) {
  .vs-blog-box .blog-meta ul {
    flex-direction: row;
    gap: 15px;
  }
}

.vs-blog-box .blog-meta ul li {
  color: #222;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
}

@media (max-width: 575px) {
  .vs-blog-box .blog-meta ul li {
    font-size: 14px;
  }
}

.vs-blog-box .blog-meta ul li a {
  display: flex;
  color: inherit;
  align-items: center;
  gap: 8px;
}

.vs-blog-box .blog-meta ul li i {
  color: var(--theme-color);
}

.vs-blog-box .blog-meta ul li:hover i {
  color: inherit;
}

.vs-blog-box .blog-meta ul li.date {
  width: 75px;
  height: 69px;
  flex-shrink: 0;
  position: absolute;
  bottom: 100%;
  right: 35px;
  background-color: var(--theme-color);
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.08);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .vs-blog-box .blog-meta ul li.date {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .vs-blog-box .blog-meta ul li.date {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}

.vs-blog-box .blog-title {
  margin: 30px 0;
}

@media (max-width: 1199px) {
  .vs-blog-box .blog-title {
    margin: 20px 0;
  }
}

.vs-blog-box .blog-title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}

.vs-blog-box .blog-title a:hover {
  background-size: 100% 1px;
}

.vs-blog-box .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vs-blog-box .blog-footer .vs-btn {
  border-radius: 5px;
}

.vs-blog-box .blog-share {
  color: var(--theme-color);
  font-size: 20px;
  padding-left: 19px;
  border-left: 1px solid #d1d1d1;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.vs-blog-box .blog-share:hover .share-list {
  right: 0;
  opacity: 1;
  transform: scaleY(1);
}

.vs-blog-box .blog-share .share-list {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 25px;
  transition: all 0.3s;
  transform: scaleY(0);
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.vs-blog-box .blog-share .share-list:hover {
  right: 0;
  opacity: 1;
  transform: scaleY(1);
}

.vs-blog-box .blog-share .share-list li {
  transition: all ease-in-out 0.3s;
}

.vs-blog-box .blog-share .share-list li a {
  color: var(--theme-color);
  display: inline-block;
}

.vs-blog-box .blog-share .share-list li a i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  background-color: var(--white-color);
  transition: all 0.5s;
}

.vs-blog-box .blog-share .share-list li a:hover i.fa {
  color: #fff;
}

.vs-blog-box .blog-share .share-list li a:hover.facebook i.fa {
  background-color: #3b5999;
}

.vs-blog-box .blog-share .share-list li a:hover.twitter i.fa {
  background-color: #55acee;
}

.vs-blog-box .blog-share .share-list li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}

.vs-blog-box .blog-share .share-list li a:hover.instagram i.fa {
  background-color: #e4405f;
}

.vs-blog-box .blog-share:hover {
  color: var(--theme-color);
}

.vs-blog-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.schedule-content-wrap {
  display: flex;
  gap: 20px;
  flex: 1;
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border: 2px dotted var(--theme-color);
}

.schedule-img {
  overflow: hidden;
}

.schedule-img img {
  width: 230px;
  border-radius: 90px 0 90px 90px;
  object-fit: cover;
  transition: 0.4s;
  height: 230px;
  border: 2px solid var(--theme-color);
}

.schedule-item:hover .schedule-img img {
  border-color: var(--theme-color);
  border-radius: 50%;
}

.schedule-content {
  flex: 1;
}

.schedule-meta {
  margin-bottom: 15px;
}

.schedule-meta ul {
  display: flex;
  gap: 20px;
}

.schedule-meta ul li {
  color: var(--theme-color);
  font-weight: 500;
}

.schedule-meta ul li i {
  color: var(--theme-color);
}

.schedule-info h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.schedule-info h4 a {
  color: #222;
}

.schedule-info h4 a:hover {
  color: var(--theme-color);
}

.schedule-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d1d1d1;
}

.schedule-speaker {
  display: flex;
  gap: 20px;
}

.schedule-speaker .speaker-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-speaker .speaker-img {
  position: relative;
}

.schedule-speaker .speaker-img img {
  width: 50px;
  border-radius: 50px;
}


.team-details-card {
  position: relative;
  margin-bottom: 60px;
}

.team-details-card__inner {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 30px;
}

.team-details-card__thumb {
  margin-right: -20px;
  height: 100%;
}

@media (max-width: 991px) {
  .team-details-card__thumb {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.team-details-card__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.team-details-card__content {
  margin-left: 20px;
}

.orderred .team-details-card__content {
  margin: 0;

}

@media (max-width: 991px) {
  .team-details-card__content {
    margin-left: 0px;
  }
}

.team-details-card__content__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 575px) {
  .team-details-card__content__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}

.team-details-card__content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #1D231F;
}

.team-details-card__content__dec {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: #595959;
  display: block;
}

.team-details-card__content__social {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.team-details-card__content__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F8F6;
  font-size: 15px;
  color: var(--theme-color);
  position: relative;
  z-index: 1;
}

.team-details-card__content__social a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: var(--theme-color);
  left: 50%;
  top: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.team-details-card__content__social a:hover {
  color: #FFF;
}

.team-details-card__content__social a:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.team-details-card__content__signeture {
  margin-top: 50px;
}

.team-details-card__content__list {
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
  padding-top: 25px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.team-details-card__content__list li {
  position: relative;
  z-index: 1;
}

.team-details-card__content__list li:hover .team-details-card__content__list__icon {
  color: #FFF;
}

.team-details-card__content__list li:hover .team-details-card__content__list__icon::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.team-details-card__content__list__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F8F6;
  font-size: 17px;
  color: var(--theme-color);
  position: absolute;
  transform: translateY(-10%);
  top: 0;
  z-index: 1;
}

.team-details-card__content__list__icon::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: var(--theme-color);
  left: 50%;
  top: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.team-details-card__content__list a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #1D231F;
  margin-left: 46px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-details-card__content__list a:hover {
  background-size: 100% 1px;
}

.team-details-card__content__list a:hover {
  color: var(--theme-color);
}

.vs-services-box-style1 {
  border-radius: 15px;
  background-color: var(--white-color);
  overflow: clip;
  position: relative;
}

.vs-services-box-style1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-radius: 3px 3px 0px 0px;
  background: var(--theme-color);
  transition: all 0.3s;
}

.vs-services-box-style1 .services-thumb {
  overflow: clip;
}

.vs-services-box-style1 .services-thumb img {
  transition: all 0.3s linear;
}

.vs-services-box-style1 .services-icon {
  margin-top: -40px;
  position: relative;
  max-width: 60px;
  position: absolute;
  right: 20px;
  background-color: var(--theme-color);
  border: 2px dotted #fff;
  height: 60px;
  display: flex;
  align-items: center;
  min-width: 60px;
  justify-content: center;
  border-radius: 50%;

  img {
    max-width: 25px;
    position: relative;
    z-index: 1;
    margin-inline: auto;
  }
}

.vs-services-box-style1 .services-icon svg {
  color: var(--theme-color);
  transition: all 0.3s;
  position: relative;
  left: calc(100% - 130px);
}

.vs-services-box-style1 .services-content-inner {
  padding: 20px 10px 10px;
  margin-top: -8px;
}

.vs-services-box-style1 .services-content-inner .services-title {
  transition: all 0.3s;
}

.vs-services-box-style1 .services-content-inner .services-title:has(~ p) {
  margin-bottom: 10px;
}

.testimonioals_sections .vs-services-box-style1.v2 {
  padding: 20px 25px;
  background-color: var(--theme-color);

  .sec-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .vs-services-box-style1.v2 {
    padding: 55px 30px 55px;
  }
}

.vs-services-box-style1.v2 .title-area {
  max-width: 400px;
}

.vs-services-box-style1.v2 .taj-tower {
  position: absolute;
  bottom: 0;
  right: 22px;
}

.vs-services-box-style1.v2::after {
  content: unset;
}

.vs-services-box-style1:hover::after {
  left: 0;
  width: 100%;
  background-color: var(--theme-color);
}

.vs-services-box-style1:hover .services-thumb img {
  transform: scale(1.05);
}

.vs-services-box-style1:hover .services-icon svg {
  color: var(--theme-color);
}

.vs-services-box-style1.v2 {
  padding: 50px 48px 70px;
  background-color: var(--theme-color);
}

@media (max-width: 1299px) {
  .vs-services-box-style1.v2 {
    padding: 45px 30px 45px;
  }
}

@media (max-width: 991px) {
  .vs-services-box-style1.v2 {
    padding: 55px 30px 55px;
  }
}

.vs-services-box-style1.v2 .title-area {
  max-width: 400px;
}

.vs-services-box-style1.v2 .taj-tower {
  position: absolute;
  bottom: 0;
  right: 22px;
  max-width: 344px;
}

.vs-services-box-style1.v2::after {
  content: unset;
}

.vs-services-box-style1:hover::after {
  left: 0;
  width: 100%;
  background-color: var(--theme-color);
}

.vs-services-box-style1:hover .services-thumb img {
  transform: scale(1.05);
}

.vs-services-box-style1:hover .services-icon svg {
  color: var(--theme-color);
}

.vs-services-style2 {
  position: relative;
}

.gap-3 {
  gap: 1rem !important;
}


/* ================================================================ */
.taxi-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.taxi-card .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #d9534f;
  color: white;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
}

.taxi-card .price {
  color: #28a745;
  font-size: 22px;
  font-weight: bold;
}

.taxi-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.taxi-card .btn-theme {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.booking_summary {
  border-color: var(--theme-color) !important;
  margin-bottom: 20px;
}

.booking_summary .card-header {
  background-color: var(--theme-color);
  color: white;
  font-weight: bold;
}

.booking_summary .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking_summary .card-body img {
  width: 50%;
}

.tabsLinks {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tabsLinks .tablink {
  width: 100%;
  border-radius: 50px;
}

.CustomTabs .tabcontent {
  padding: 20px 20px;
  border: 1px solid var(--theme-color);
  margin-top: 20px;
  border-radius: 20px;
}

.CustomTabs .tabcontent p:last-child {
  margin-bottom: 0;
}

.PaymentList {
  background-color: #efefef;
}

.PaymentList li {
  display: flex;
  /* background-color: var(--theme-color); */
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 4px;
  border-bottom: 1px solid #d5d5d5;
}

.PaymentList li:last-child {
  border: none;
}

/* .PaymentList li span {
  color: #fff;
} */
.PaymentList li input {
  width: 6%;
}

.paymentBTN {
  text-align: center;
  margin-top: 15px;
}

/* #formsubmit .form-control {
  border-color: var(--theme-color);
  height: 45px;
  border-radius: 20px;
} */

@media(max-width:768px) {
  .booking_summary .card-body {
    display: block;
  }

  .booking_summary .card-body img {
    width: 100%;
    margin-bottom: 20px;
  }

  .tabsLinks .tablink {
    width: 33.33%;
    padding: 10px 10px;
    font-size: 15px;
  }

  .CustomTabs {
    margin-bottom: 20px;
  }

  .home-booking-form .tab_form {
    border-right: 2px solid var(--theme-color);
    border-top: 2px solid var(--theme-color);
  }

  .top_head {
    padding: 15px 7px;
  }

  #main_tab .nav-item {
    width: max-content;
  }

  .home-booking-form #main_tab .nav-item .nav-link {
    font-size: 11px;
    padding: 6px 2px !important;
  }

  .home-booking-form .swipIcon {
    left: 50%;
    transform: translateX(-50%);
    top: 41px;
  }

  .about-thumb {
    height: auto;
    margin-bottom: 10px;
  }

  .sec-title {
    font-size: 30px;
  }

  .team-details-card__inner {
    padding: 10px;
  }

  .team-details-card__thumb {
    height: auto;
  }

  .schedule-content-wrap {
    flex-direction: column;
  }

  .schedule-img img {
    width: 100%;
  }

  .how-to-work__item {
    margin-top: 13px;
  }

  .sec-title {
    width: auto;
  }

  .sec-title:after {
    width: 90%;
  }

  .vs-blog-box .blog-content {

    padding: 9px 20px 20px;
  }

  .vs-blog-box {
    margin-bottom: 12px;

  }

  .testimonioals_sections .vs-services-box-style1.v2 {
    height: auto;
  }

  .vs-services-box-style1.v2 .taj-tower {
    max-width: 253px;
    right: auto;
    margin-inline: auto;
    position: relative;
    display: block;
  }

  .testimonioals_sections .vs-services-box-style1.v2 {
    .sec-title {
      font-size: 24px;
    }
  }

  .google-reviewed {
    border: 1px solid #d1d1d1;
    border-radius: 15px;
  }

  .testimonioals_sections .vs-services-box-style1.v2 {
    margin-top: 10px;
  }

  .search-details .locationbox {
    display: block;
  }

  .search-details .head {
    margin-top: 0;
    padding: 10px;
  }
}

.spad {
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.breadcrumb__text {
  text-align: center;
}

.breadcrumb__links {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}

.breadcrumb__links a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a::after {
  position: absolute;
  right: -18px;
  top: 0px;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  font-weight: 400;
}

.main-header--one .main-menu .main-menu__list>li {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
}

.breadcrumb__links span:last-child {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-right: 26px;
  position: relative;
}

.breadcrumb__text h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

@media(max-width:768px) {
  .spad {
    padding: 35px 0 20px;
  }

  .breadcrumb__links {
    padding: 0 10px 15px 0;
  }

  .breadcrumb__links a {
    font-size: 14px;
  }

  .breadcrumb__links a::after {
    font-size: 14px;
  }

  .breadcrumb__links span:last-child {
    margin-right: 0;
    font-size: 14px;
  }

  .breadcrumb__text h2 {
    font-size: 28px;
  }

  .single-service-details h3 {
    font-size: 23px;
  }

  #main #faq .card .card-header .btn-header-link {
    padding: 10px;
    padding-right: 20px;
  }

  .single-section .row {
    flex-direction: column-reverse;
  }

  .tour_form_section .row {
    flex-direction: column;
  }

  .single-section .common-booking-form .row {
    flex-direction: column;
  }
}

.text-start .sec-title {
  margin-inline: 0 auto;
}

.borderTop {
  border-top: 1px solid #e6e6e6;
}

.fotDPLink {
  opacity: .9;
  padding: 10px 0;
}

.fl {
  float: left;
}

.fotDPLink a {
  color: #000;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  padding-bottom: 5px;
  transition: 0.2s linear;
}

.fotDPLink a:hover {
  color: var(--theme-color);
  font-weight: 600;
}

.footerWrap {
  font-weight: 600;
  font-style: normal;
  color: #000 !important;
}

.fotDPLink p {
  line-height: 1;
  margin-bottom: 0;
}

.footer-partner-list {
  padding: 5 0;
  color: #000;
  font-size: 13px;
}

.footer-partner-list span {
  color: #000;
  font-weight: bold;
}

.footer-partner-list a {
  color: #000;
  font-weight: 500;
}

.footer-partner-list img {
  width: 62%;
}

.img-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.img-group img {
  width: 50px;
}

.call-float {
  position: fixed;
  bottom: 220px;
  right: 26px;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 100;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.call-float:hover {
  transform: scale(1.1);
}

.call-float i {
  font-size: 25px;
  vertical-align: middle;
  padding-bottom: 9px;
  color: var(--theme-color);
}

.enquiry-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 53px;
  height: 53px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.enquiry-float i {
  font-size: 45px;
  color: #f34545;
}

.enquiry-float:hover {
  transform: scale(1.1);
}

.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

#enquiryModal {
  z-index: 100000;
}

#enquiryModal .close {
  position: absolute;
  right: 3px;
  color: #000 !important;
  opacity: 1;
}

#enquiryModal .modal-content {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

#enquiryModal .modal_title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

#enquiryModal .img-container img {
  width: 100%;
}

#enquiryModal .custom-file-input {
  cursor: pointer;
}

#enquiryModal .form-control {
  height: 45px;
}

/* =====================cab list ==================== */
.cab-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  margin: 10px 0;
  position: relative;
}

.cab-box .cab-body {
  padding: 20px;
}

.cab-box .cab-image {
  width: 100%;
  height: auto;
}

.cab-box .badge-cng {
  background-color: #009688;
  color: white;
  font-size: 12px;
  border-radius: 15px;
  padding: 4px 16px;
  display: inline-block;
  margin-top: 8px;
}

.cab-box .cab-title {
  font-weight: 700;
  font-size: 18px;
}

.cab-box .rating-badge {
  background-color: #2e7d32;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 5px;
}

.cab-box .cab-details {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.cab-price-area {
  text-align: right;
}

.cab-box .old-price {
  font-size: 14px;
  color: #888;
  margin-left: 5px;
  position: relative;
}

.cab-box .old-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
  transform: rotate(-20deg);
}

.cab-box .discount {
  color: #2e7d32;
  font-size: 13px;
  font-weight: 500;
}

.cab-box .final-price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}

.cab-box .tax-note {
  font-size: 14px;
  color: #2e7d32;
}


.cab-box .cab-footer {
  border-top: 2px solid #e0e0e0;
  padding: 10px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cab-box .cab-footer a {
  color: #757575;
  text-decoration: none;
  margin-right: 20px;
  font-size: 12px;
}

.cab-box ul {
  padding-left: 12px;
  padding-bottom: 10px;
}

.cab-box ul li {
  padding: 2px 0;
}

.cab-box .btn-theme {
  padding: 10px 20px;
}


/* **************review booking******************* */
.review-area {
  background: #f2f2f2;
}

.review-area .card {
  border: none;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
}

.review-area .right_card {
  box-shadow: none;
  background-color: transparent;
}

.review-area .right_card .alert {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #310950 !important;
  border-color: #310950 !important;
  color: #fff !important;
}

.review-area .trip-header {
  background-color: #eaf3ff;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.review-area .inclusions,
.review-area .payment-box,
.review-area .cancel-policy {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}

.review-area .trip-title {
  font-weight: 600;
}

.review-area .text-muted-small {
  font-size: 0.85rem;
  color: #6c757d;
}


.review-area .cardImg {
  text-align: right;
}

.review-area .cardImg img {
  width: 100px;
}

.review-area .inclusions ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.review-area .inclusions ul li {
  list-style: disc;
  font-size: 14px;
}

.review-area .traveller_details {
  padding: 20px;
  padding-bottom: 10px;
}

.review-area .traveller_details .form-control {
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: none !important;
}

.review-area .traveller_details .form-control::placeholder,
.review-area .traveller_details select {
  color: #000;
}

.review-area .traveller_details .list-group li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}


.fare-toggle {
  cursor: pointer;
  color: #007bff;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.fare-breakup {
  font-size: 13px;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 10px 15px;
}

.payment-box .Payment_List li {
  padding-bottom: 5px;
}

.payment-box .Payment_List li:last-child {
  padding-bottom: 0;
}

.payment-box .Payment_List li label {
  margin-left: 10px;
}

.fr {
  float: right;
}

#fareBreakup .fareList {
  display: flex;
  justify-content: space-between;
}

#fareBreakup .TotalFare {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  border-top: 2px solid rgba(0, 0, 0, .1);
  padding-top: 5px;
  margin-top: 5px;
}

.review-area .btn-theme {
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
}

.footerText {
  font-size: 14px;
  margin-top: 10px;
}

.add_on_service {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}

.add_on_service ul li {
  display: flex;
  align-items: normal;
  gap: 10px;
  margin-bottom: 10px;
}

.rounded-4 {
  border-radius: 1rem;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 2px solid var(--theme-color) !important;
  vertical-align: middle !important;
}

/*=======================tour booking form==========================*/
.tour_form_section {
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #f4f4f4;
}
.tour_form_section form{
    border: 1px solid #a3a3a3;
    border-radius: 20px;
    padding: 20px ;
    margin: 0;
    background-color: #00000012;
}

.tour_form_section .form-title {
    font-size: 28px;
    margin-bottom: 14px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--theme-color);
    font-family: var(--Wulkan);
}

.tour_form_section label {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding-left: 13px;
}
.tour_form_section .form-group{
  margin-bottom: 8px;
}

.tour_form_section .form-control {
    height: 44px;
    border-radius: 40px;
    border-color: #a3a3a3;
}

.tour_form_section .form_section button {
  border-radius: 5px;
  background-color: var(--second-color);
  padding: 9px 20px;
  color: #fff;
  margin: auto;
  display: block;
}

.tour_form_section .form_section button:hover {
  background-color: #fff;
  color: #000;
}

.tour_form_section .form_section .input-group i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  text-align: center;
  line-height: 38px;
  color: var(--second-color);
  font-size: 18px;
  z-index: 100;
}

.tour_form_section .btn-theme {
    margin: 10px auto 0;
    border-radius: 30px;
    justify-content: center;
    display: flex;
}

.tour_form_section .form_section .input-group-text {
  padding: 7px;
  background-color: var(--second-color);
  border: none;
}

.tour_form_section .form_section .input-group-text i {
  font-size: 20px;
  color: #fff;
}

.package-details-area #faq ul {
  padding-left: 20px;
}

.package-details-area #faq ul li {
  list-style: disc;
}

/* =================tour category=================== */
.destination-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.destination-item .destination-img{
  position: relative;
  display: block;
}
.destination-item .destination-img img {
  width: 100%;
  height: 400px;
  transition: all 0.6s ease-in-out;
  filter: brightness(0.7);
  object-fit: cover;
}

.destination-item .destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    display: flex;
    justify-content: start;
    display: ;
    align-items: flex-end;
    background: #00000063;
    backdrop-filter: blur(10px);
    width: 100%;
}

.destination-item .destination-overlay .content {
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media(max-width: 768px){
  .destination-item .destination-overlay .content{
    padding: 20px 10px;
  }
}
.destination-item .destination-overlay .content h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}

.destination-item .destination-overlay .content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.destination-item .destination-overlay .content h6::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--c-primary);
  transition: all 0.5s ease;
  border-radius: 5px;
}

.destination-item .destination-overlay .content:hover h6::after {
  width: 100%;
}

.destination-item:hover .destination-img img {
  transform: scale(1.2);
}

.destination-item:hover .destination-overlay .content {
  transform: translateY(0px);
}

.destination-item:hover .destination-overlay .content h6 {
  opacity: 1;
}

/* =================================== */
._des_bx {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 30px;
}

._cir_img {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  background: #ffefc0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

._cir_img img {
  width: 100%;
  height: 80%;
  filter: brightness(0.1);
  object-fit: cover;
  padding: 10px;
}

._des_txt {
  font-size: 17px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.blog_-box {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.blog_-box_img {
  width: 100%;
  height: 100%;
}

.blog_-box_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.blog_-box_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.blogbox-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.blog_-box-content {
  position: absolute;
  padding: 20px 15px;
  font-weight: 600;
  padding: 15px;
  bottom: 46px;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}

.blog_-box-button {
  bottom: 0;
  font-size: 16px;
  left: 0;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.blog_-box-button i,
.blog_-box-button span {
  color: #fff;
}

.blog_-box-button i {
  float: right;
  font-size: 25px;
}

.blog_-box-button:hover i {
  margin-right: 10px;
  transition: 0.3s;
}

/* trek category details page */
.working-process__card {
  position: relative;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
  transition: all 500ms ease;
  padding-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .working-process__card {
    padding: 12px 25px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .working-process__card {
    padding: 12px 25px 30px;
  }
}

@media (max-width: 425px) {
  .working-process__card {
    padding: 12px 30px 30px;
  }
}

@media (max-width: 390px) {
  .working-process__card {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.working-process__card::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--theme-color);
  transition: all 500ms ease;
}

.working-process__card:hover::after {
  height: 100%;
}

.working-process__card__inner {
  position: relative;
  z-index: 2;
}


.working-process__card__icon-box {
  position: relative;
  margin: 0px auto 45px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: cover;
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .working-process__card__icon-box {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 390px) {
  .working-process__card__icon-box {
    width: 80px;
    height: 80px;
  }
}

.working-process__card__icon-box::before,
.working-process__card__icon-box::after {
  content: "";
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 500ms ease;
}

.working-process__card__icon-box::before {
  width: calc(100% + 56px);
  height: calc(100% + 56px);
  border: 1px dashed var(--theme-color);
}

.working-process__card__icon-box::after {
  background-color: RGBA(49, 9, 80, 0.2);
}

.working-process__card:hover .working-process__card__icon-box {
  background-color: #FFFFFF;
}

.working-process__card:hover .working-process__card__icon-box::before {
  border-color: #FFFFFF;
}

.working-process__card:hover .working-process__card__icon-box::after {
  background-color: RGBA(var(--eolexi-white-rgb, 255, 255, 255), 0.2);
}



.working-process__card__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
  line-height: 1.318;
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .working-process__card__title {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .working-process__card__title {
    font-size: 20px;
  }
}

.working-process__card__text {
  margin-bottom: 19px;
  font-size: 18px;
  transition: all 500ms ease;
  color: #636363;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .working-process__card__text {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .working-process__card__text {
    font-size: 16px;
  }
}

.working-process__card:hover .working-process__card__title,
.working-process__card:hover .working-process__card__text {
  color: #FFFFFF;
}

.working-process__card__btn {
  margin: 0px auto;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #FFFFFF;
  background-color: var(--theme-color);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.working-process__card:hover .working-process__card__btn {
  transform: rotate(0deg);
  color: var(--theme-color);
  background-color: #FFFFFF;
}

.working-process__card__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -135px;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 500ms ease;
}

.working-process__card:hover .working-process__card__shape {
  opacity: 1;
}

/* treaking card */
.trek-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.trek-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.trek-card-img {
  position: relative;
  width: 100%;
  padding-top: 65%;
  /* Aspect ratio */
  background-size: cover;
  background-position: center;
}

.trek-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--theme-color);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 20px;
}

.trek-card-body {
  padding: 15px;
}

.trek-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.trek-location,
.trek-days {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.trek-location i,
.trek-days i {
  color: #28a745;
  margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .trek-title {
    font-size: 16px;
  }

  .trek-badge {
    font-size: 12px;
    padding: 4px 8px;
  }
}


/* ==============================about us========================= */

.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-two {
  background-color: #FFFFFF;
  background-image: url(../images/about/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-two .about-image {
  position: relative;
  max-width: 350px;
  z-index: 1
}

@media (max-width: 1199px) {
  .about-two .about-image {
    max-width:800px
  }
}

.about-two .about-image img {
  width: 350px;
  height: 425px;
  object-fit: cover;
  border-radius: 25px;
}

.about-two .about-image .border-image {
  position: absolute;
  top: 25%;
  z-index: -1
}

@media (max-width: 1199px) {
  .about-two .about-image .border-image {
    display:none
  }
}

.about-two .about-image .border-image img {
  border-radius: 0;
  width: initial;
  height: initial
}

.about-two .about-image .vdeo-item {
  position: absolute;
  bottom: -30%;
  left: 18%
}

@media (max-width: 1199px) {
  .about-two .about-image .vdeo-item {
    bottom:initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9
  }
}

.about-two .about-image .vdeo-item .video-btn {
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: var(--second-theme-color);
  color: #fff;
  left: 46%;
  bottom: -27%;
  position: absolute;
  transform: translate(-50%,-50%);
  font-size: 22px;
  margin-bottom: 20px
}

@media (max-width: 575px) {
  .about-two .about-image .vdeo-item .video-btn {
    margin-bottom:40px
  }
}
img{
  max-width: 100%;
  height: auto;
}
.about-two .about-image .vdeo-item .video-btn:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--second-theme-color);
  border-radius: 0;
  top: 50%;
  left: 51%;
  transform: translate(-50%,-50%);
  width: 70px;
  height: 70px
}

@media (max-width: 1199px) {
  .about-two .about-image .vdeo-item .video-btn {
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px
  }
}

@media (max-width: 1199px) {
  .about-two .about-image .vdeo-item h5 {
    color:#fff
  }
}

.about-two .about-image .about-image-2 {
  max-width: 360px;
  position: absolute;
  right: -57%;
  bottom: -20%;
  z-index: -1;
}
.about-two .about-image .about-image-2 img{
  height: 384px;
  width: 360px;
}
@media (max-width: 1399px) {
  .about-two .about-image .about-image-2 {
    right:-57%
  }
}

@media (max-width: 1199px) {
  .about-two .about-image .about-image-2 {
    max-width:262px;
    height: 230px;
    left: 0;
    bottom: 0
  }
}

.about-two .about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -178px;
  right: 0;
  z-index: -1
}

@media (max-width: 1199px) {
  .about-two .about-image .about-image-2 .plane-shape {
    display:none
  }
}

.about-two .about-image .about-image-2 .about-tour {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px;
  background-color: var(--theme-color);
  position: absolute;
  left: 30px;
  right: 30px;
  border-radius: 10px;
  bottom: 30px
}

@media (max-width: 1199px) {
  .about-two .about-image .about-image-2 .about-tour {
    left:3px;
    right: 20px;
    bottom: 2px
  }
}

.about-two .about-image .about-image-2 .about-tour .content h4 {
  font-size: 20px;
  color: #fff
}

.about-two .about-image .about-image-2 .about-tour .content span {
  font-size: 14px;
  font-weight: 400;
  color: #fff
}


.about-two__experience__text {
  margin: 0px;
  font-family: var(--eolexi-heading-font, "Roboto Slab", serif);
  font-weight: 500;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.136;
}

@media (max-width: 430px) {
  .about-two__experience__text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .about-two__experience__text br {
    display: inline;
  }
}

.about-two .sec-title {
  margin-bottom: 17px;
}

.about-two__text {
  margin-bottom: 20px;
  font-size: 18px;
}

.about-two .tabs-box {
  position: relative;
}

.about-two .tabs-box .tab-buttons {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .about-two .tabs-box .tab-buttons {
    gap: 15px;
  }
}

.about-two .tabs-box .tab-buttons .tab-btn {
  padding: 10.5px 41px;
  font-family: var(--eolexi-heading-font, "Roboto Slab", serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--eolexi-black4, #333333);
  text-transform: capitalize;
  background-color: var(--eolexi-white2, #F0F2F8);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-two .tabs-box .tab-buttons .tab-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-two .tabs-box .tab-buttons .tab-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}

.about-two .tabs-box .tab-buttons .tab-btn::before,
.about-two .tabs-box .tab-buttons .tab-btn::after {
  background-color: var(--theme-color);
}

.about-two .tabs-box .tab-buttons .tab-btn:hover {
  color: #FFFFFF;
}

.about-two .tabs-box .tab-buttons .tab-btn.active-btn {
  color: #FFFFFF;
}

.about-two .tabs-box .tab-buttons .tab-btn.active-btn::before,
.about-two .tabs-box .tab-buttons .tab-btn.active-btn::after {
  background-color: var(--theme-color);
}

.about-two .tabs-box .tab-buttons .tab-btn.active-btn::before {
  transform: translateX(100%);
}

.about-two .tabs-box .tab-buttons .tab-btn.active-btn::after {
  transform: rotate(180deg) translateX(100%);
}

.about-two .tabs-box .tabs-content {
  margin-bottom: 34px;
  position: relative;
  width: 100%;
  display: block;
}

.about-two .tabs-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.about-two .tabs-box .tabs-content .tab.active-tab {
  display: block;
}

.about-two__tab {
  margin-bottom: 37px;
}

.about-two__tab__text {
  margin-bottom: 21px;
}

.about-two__tab__content {
  display: flex;
  align-items: center;
  gap: 20px 16px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .about-two__tab__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-two__tab__image {
  display: inline-block;
  flex-shrink: 0;
}

.about-two__tab__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  width: 100px;
}

.about-two__tab__list {
  margin: 0px;
}

.about-two__tab__list li+li {
  margin-top: 5px;
}

.about-two__tab__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #162452;
  font-weight: 500;
  line-height: 1.625;
  transition: all 500ms ease;
}

.about-two__tab__list li:hover {
  color: var(--theme-color);
}

.about-two__tab__list__icon {
  position: relative;
  top: 1px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #162452;
  border-radius: 50%;
  transition: all 500ms ease;
}

.about-two__tab__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .about-two__tab__list__icon {
  background-color: var(--theme-color);
}

@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


/* HOME TREK PACKAGE */
.package-card {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--white-color);
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

@media (min-width:992px) and (max-width:1199px) {
  .package-card {
    padding: 15px
  }
}

@media (max-width:576px) {
  .package-card {
    padding: 15px
  }
}

.package-card .package-card-img-wrap {
  position: relative;
  transition: all .5s ease-out
}

.package-card .package-card-img-wrap .card-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px
}

.package-card .package-card-img-wrap .card-img img {
  border-radius: 10px;
  transition: all .5s ease-out;
  width: 100%;
  height: 250px;
}

.package-card .package-card-img-wrap .card-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(21, 47, 0, .56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
  border-radius: 10px;
  z-index: 1
}

.package-card .package-card-img-wrap .card-img:after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: hsla(0, 0%, 100%, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1
}

.package-card .package-card-content .card-content-top {
  padding: 15px 0
}

@media (max-width:1399px) {
  .package-card .package-card-content .card-content-top {
    padding: 20px 0
  }
}

.package-card .package-card-content .card-content-top h5 {
  margin-bottom: 15px;
  transition: .5s
}

.package-card .package-card-content .card-content-top h5 a {
  color: var(--theme-color);
  font-family: var(--font-rubik);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  transition: .5s
}

@media (min-width:1200px) and (max-width:1399px) {
  .package-card .package-card-content .card-content-top h5 a {
    font-size: 18px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .package-card .package-card-content .card-content-top h5 a {
    font-size: 17px
  }
}

@media (max-width:991px) {
  .package-card .package-card-content .card-content-top h5 a {
    font-size: 20px
  }
}

@media (max-width:576px) {
  .package-card .package-card-content .card-content-top h5 a {
    font-size: 18px
  }
}

.package-card .package-card-content .card-content-top h5:hover a {
  color: var(--theme-color)
}

@media (max-width:576px) {
  .package-card .package-card-content .card-content-top h5 {
    margin-bottom: 10px
  }
}

.package-card .package-card-content .card-content-top .location-area {
  position: relative;
  height: 18px;
  overflow: hidden
}

.package-card .package-card-content .card-content-top .location-area .location-list {
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateX(0);
  transition: 8s;
  display: flex;
  align-items: center;
  gap: 35px
}

.package-card .package-card-content .card-content-top .location-area .location-list li {
  line-height: 1;
  position: relative;
  transition: .5s
}

.package-card .package-card-content .card-content-top .location-area .location-list li a {
  color: #888;
  font-family: var(--font-rubik);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: .5s
}

.package-card .package-card-content .card-content-top .location-area .location-list li:before {
  content: "\f138";
  font-family: bootstrap-icons;
  color: #888;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%)
}

.package-card .package-card-content .card-content-top .location-area .location-list li:first-child:before {
  display: none
}

.package-card .package-card-content .card-content-top .location-area .location-list li:hover a {
  color: var(--theme-color)
}

.package-card .package-card-content .card-content-top .location-area:hover .scrollTextAni {
  transform: translateX(calc(200px - 100%))
}

.package-card .package-card-content .card-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(16, 12, 8, .2)
}

.package-card .package-card-content .card-content-bottom .price-area {
  line-height: 1
}

.package-card .package-card-content .card-content-bottom .price-area h6 {
  color: #333;
  font-family: var(--font-rubik);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .24px;
  text-transform: capitalize;
  margin-bottom: 0
}

.package-card .package-card-content .card-content-bottom .price-area span {
  color: var(--theme-color);
  font-family: var(--font-rubik);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize
}

@media (min-width:1200px) and (max-width:1399px) {
  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 22px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 20px
  }
}

@media (max-width:576px) {
  .package-card .package-card-content .card-content-bottom .price-area span {
    font-size: 22px
  }
}

.package-card .package-card-content .card-content-bottom .price-area span del {
  color: rgba(16, 12, 8, .5);
  font-size: 16px;
  font-weight: 500
}

@media (min-width:992px) and (max-width:1199px) {
  .package-card .package-card-content .card-content-bottom .price-area span del {
    font-size: 13px
  }
}

@media (max-width:576px) {
  .package-card .package-card-content .card-content-bottom .price-area span del {
    font-size: 13px
  }
}

.package-card .package-card-content .card-content-bottom .price-area p {
  color: var(--text-color);
  font-family: var(--font-rubik);
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-bottom: 0
}

.package-card .batch {
  position: absolute;
  top: 5px;
  left: -20px;
  z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
  .package-card .batch {
    left: -15px
  }
}

@media (max-width:576px) {
  .package-card .batch {
    left: -15px
  }
}

.package-card .batch .date {
  color: var(--white-color);
  font-family: var(--font-rubik);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .6px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 8px 10px;
  background-color: var(--theme-color)
}

.package-card:hover .package-card-img-wrap .card-img img {
  transform: scale(1.1)
}

.package-card:hover .package-card-img-wrap .card-img:after {
  height: 250%;
  transition: all .6s linear;
  background-color: transparent
}

.package-card .package-card-content .card-content-bottom .btn-theme {
  padding: 9px 15px;
  font-size: 14px;
}

.tour-area .package-card .package-card-content .card-content-top h5 {
  margin-bottom: 0;
}

/* why choose us */
.feature-card,
.package-card-section:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.feature-card {
  background-image: linear-gradient(rgba(49, 9, 80, 0.8), rgba(49, 9, 80, 0.5)), url(../images/shapes/feature-bg.png);
  padding: 20px 20px 20px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: .5s
}

@media (min-width:992px) and (max-width:1199px) {
  .feature-card {
    gap: 15px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .feature-card {
    gap: 15px
  }
}

@media (max-width:576px) {
  .feature-card {
    padding: 20px 15px 20px 10px;
    gap: 10px
  }
}

.feature-card .feature-card-icon {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.feature-card .feature-card-icon i {
  font-size: 55px;
  color: var(--theme-color);
  transition: .5s
}

.feature-card .feature-card-content h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .6px;
  text-transform: capitalize;
  margin-bottom: 12px;
  transition: .5s;
  color: #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
  .feature-card .feature-card-content h6 {
    font-size: 18px;
    margin-bottom: 10px
  }
}

@media (max-width:576px) {
  .feature-card .feature-card-content h6 {
    font-size: 17px;
    margin-bottom: 10px
  }
}

.feature-card .feature-card-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .45px;
  margin-bottom: 0;
  transition: .5s;
  color: #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
  .feature-card .feature-card-content p {
    font-size: 14px
  }
}

@media (max-width:576px) {
  .feature-card .feature-card-content p {
    font-size: 14px
  }
}

.feature-card:hover {
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, .08)
}

.feature-card:hover .feature-card-icon {
  background-color: var(--theme-color)
}

.feature-card:hover .feature-card-icon i {
  color: var(--white-color)
}


/* ==========================Testimonials========================== */
.testimonials-card {
  transition: all 500ms ease;
  background-color: var(--rofiex-gray, #F5F1EF);
  border-radius: 50px;
  padding: 55px 30px 46px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonials-card {
    padding: 39px 25px 50px;
  }
}

.testimonials-card:hover {
  background-color: var(--theme-color);
}

.testimonials-card:hover .testimonials-card__name,
.testimonials-card:hover .testimonials-card__designation,
.testimonials-card:hover .testimonials-card__content {
  color: var(--rofiex-white, #fff);
}

.testimonials-card:hover .testimonials-card__image {
  border-color: var(--rofiex-white, #fff);
}

.testimonials-card:hover .testimonials-card__shape {
  visibility: hidden;
  opacity: 0;
}

.testimonials-card:hover .testimonials-card__shape-hover {
  visibility: visible;
  opacity: 1;
}

.testimonials-card__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/testimonials-card-one-shape.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
  border-radius: 50px;
}

.testimonials-card__shape-hover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/testimonials-card-one-shape-hover.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 50px;
}

.testimonials-card__image {
  width: 88px;
  height: 88px;
  position: absolute;
  border: 5px solid var(--theme-color);
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  border-top: none;
  z-index: 1;
  right: 50px;
  top: 0;
  transition: all 300ms ease;
}

@media (max-width: 400px) {
  .testimonials-card__image {
    right: 25px;
  }
}

.testimonials-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 300ms ease;
}

.testimonials-card__designation {
  display: block;
  margin: 0 0 23px;
  line-height: 1;
  transition: all 300ms ease;
}

.testimonials-card__content {
  margin: 0 0 26px;
  font-style: italic;
  transition: all 300ms ease;
}

.testimonials-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  transition: all 300ms ease;
  color: #ffad07;
  font-size: 22px;
  letter-spacing: 11px;
}


/* ===================
36. Faq css 
====================== */

.faq-area .faq-left {
  position: relative;
}

.faq-area .faq-img {
  margin-right: 20px;
  position: relative;
}

.faq-area .faq-img::before {
  content: "";
  position: absolute;
  border: 20px solid #ffffff;
  left: 50%;
  top: 0;
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
}

.faq-area .faq-img img {
  border-radius: 30px;
  width: 100%;
}

.faq-area .accordion-item {
  border: none;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 20px !important;
  box-shadow: var(--box-shadow);
}


.faq-area .btn-header-link span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: inline-block;
}

.faq-area .btn-header-link i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.faq-area .btn-header-link:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .btn-header-link {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 700;
  font-size: 19px;
  color: var(--color-dark);
  box-shadow: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1.3;
}

.faq-area .btn-header-link:not(.collapsed) {
  border-bottom: 1px dashed var(--theme-color);
}

@media all and (max-width: 991px) {
  .faq-right {
    margin-top: 50px;
  }

  .faq-area .btn-header-link {
    font-size: 16px;
  }
}

/* ==========================BLOGS======================== */
.blog-card-two {
  position: relative;
  overflow: hidden;
  background-color: #F0F2F8;
  margin-bottom: 20px;
  z-index: 1;
}

.blog-card-two::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #162452;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-card-two:hover::after {
  height: 100%;
  top: 0px;
}

.blog-card-two__top {
  display: grid;
  grid-template-columns: 39px auto;
}

.blog-card-two__top__left {
  display: flex;
  writing-mode: sideways-lr;
}

.blog-card-two__category {
  width: 100%;
  padding: 22px 8.15px;
  display: inline-block;
  flex-shrink: 0;
  background-color: #162452;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.blog-card-two:hover .blog-card-two__category {
  background-color: var(--theme-color);
}

.blog-card-two__date {
  width: 100%;
  position: relative;
  padding: 15px 8.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 8px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #ffffff;
}

.blog-card-two__date::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 0px;
  left: 0px;
}

.blog-card-two__date::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  position: absolute;
  top: 0px;
  left: 0px;
}

.blog-card-two__date__icon {
  display: inline-flex;
  font-size: 14px;
  color: #000000;
}

.blog-card-two__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-two__image {
  position: relative;
  overflow: hidden;
}

.blog-card-two__image img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}

.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(22, 36, 82, 0.6);
  position: relative;
  position: absolute;
  right: -100%;
  bottom: -100%;
  opacity: 0;
  transition: all 600ms ease;
}

.blog-card-two__image__link::before,
.blog-card-two__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}

.blog-card-two:hover .blog-card-two__image__link {
  right: 0%;
  bottom: 0%;
  opacity: 1;
}

.blog-card-two__content {
  padding: 0px 20px 0px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__content {
    padding: 0px 20px 0px;
  }
}

@media (max-width: 390px) {
  .blog-card-two__content {
    padding: 0px 20px 0px;
  }
}

.blog-card-two__meta {
  margin-bottom: 15px;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 15px;
  border-radius: 0px 0px 100px 100px;
  background-color: #ffffff;
  transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-two__meta {
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
  }
}

@media (max-width: 412px) {
  .blog-card-two__meta {
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
  }
}

.blog-card-two__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #636363;
}

.blog-card-two__meta li a {
  color: inherit;
}

.blog-card-two__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: #636363;
  transition: all 500ms ease;
}

.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-two:hover .blog-card-two__meta {
  background-color: var(--theme-color);
}

.blog-card-two:hover .blog-card-two__meta li,
.blog-card-two:hover .blog-card-two__meta__icon {
  color: #ffffff;
}

.blog-card-two__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.318;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}

.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  color: #ffffff;
}

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two__text {
  margin: 0px;
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 1.444;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .blog-card-two__text {
    font-size: 16px;
  }
}

.blog-card-two:hover .blog-card-two__title,
.blog-card-two:hover .blog-card-two__text {
  color: #ffffff;
}

.blog-card-two__button {
  padding-bottom: 30px;
}

@media(max-width:768px) {
  .header-top .contact-info ul li a {
    font-size: 12px;
  }
}

.main-header .navbar-nav li a {
  padding: 10px 20px !important;
}

.main-header .navbar-nav li a.active {
  background-color: var(--theme-color) !important;
  border-radius: 6px;
  color: #fff !important;
}

.main-header .navbar-nav .has-submenu li a {
  border-radius: 0;
}

/* ==============================header======================== */
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background-color: var(--rofiex-white, #fff);
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 0 0;
  border-bottom: 2px solid var(--theme-color);
}


.main-header__inner {
  position: relative;
}
@media (max-width: 767px) {
  .main-header__inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.main-header__logo {
  position: relative;
}
.main-header__logo img{
  width: 105px;
}


.main-header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-header__btn {
  margin-left: 40px;
  font-size: 12px;
  padding: 7px 12px;
}


@media (max-width: 1500px) {
  .main-header__btn {
    margin-left: 20px;
  }
}

.main-header__btn.rofiex-btn:hover i {
  transform: none;
}

.main-header__right {
  display: flex;
  align-items: center;
}

.main-header__call {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 20px;
}

@media (max-width: 1450px) {
  .main-header__call {
    display: none;
  }
}

.main-header__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  background-color: var(--theme-color);
}

.main-header__call__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--rofiex-black2, #222222);
  text-transform: uppercase;
  margin: 0;
}

.main-header__call__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__call__text a:hover {
  background-size: 100% 1px;
}

.main-header__call__text a:hover {
  color: var(--theme-color);
}

.main-header__cart,
.main-header__search {
  font-size: 25px;
  color: var(--rofiex-black, #000000);
  transition: all 500ms ease;
  margin-left: 35px;
  line-height: 1em;
}

@media (max-width: 1500px) {

  .main-header__cart,
  .main-header__search {
    margin-left: 30px;
  }
}

@media (max-width: 1299px) {

  .main-header__cart,
  .main-header__search {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {

  .main-header__cart,
  .main-header__search {
    margin-left: 10px;
  }
}

.main-header__cart:hover,
.main-header__search:hover {
  color: var(--theme-color);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--rofiex-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--rofiex-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.sticky-header--cloned::after,
.sticky-header--cloned .main-header__topbar {
  display: none;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--rofiex-black, #000000);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  display: flex;
  align-items: center;
}
@media(min-width: 768px){
  .main-menu{
    gap: 50px;
    margin-left: auto;
  }
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a::after {
  position: relative;
  right: 0px;
  top: 0px;
  border-radius: 0px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  color: inherit;
  line-height: 10px;
  margin-left: 5px;
}

.main-menu .main-menu__list>li+li {
  margin-left: 42px;
}

@media (max-width: 1590px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 24px;
  }
}

.main-menu .main-menu__list>li>a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--rofiex-black3, #333333);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--theme-color);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--rofiex-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA( 255, 255, 255, 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: -130px !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li>a {
  font-size: 15px;
  line-height: 26px;
  color: var(--rofiex-text, #636363);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 8px;
    top: 50%;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    color: var(--theme-color);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0) translateY(-50%);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--rofiex-gray, #F5F1EF);
  color: var(--theme-color);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--rofiex-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--rofiex-black, #000000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--theme-color);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.main-header__topbar {
  position: relative;
  background-color: var(--theme-color);
  padding: 3px 0;
  border-bottom: 1px solid #005f59;
}
.flex_container{
  justify-content: space-between;
  display: flex;
  align-items: center;
}


.main-header__topbar__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0px 0;
}

.main-header__topbar__info__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
}

.main-header__topbar__info__item span {
  color: var(--theme-color);
  margin-right: 3px;
  width: 25px;
  height: 25px;
  background: #fff;
  display: inline-flex
  ;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50%;
}

.main-header__topbar__info__item span.icon-mail2 {
  position: relative;
  top: 2px;
}

.main-header__topbar__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__topbar__info__item a:hover {
  background-size: 100% 1px;
}

.main-header__topbar__info__item a:hover {
  color: #000;
}

.main-header__topbar__info__item+.main-header__topbar__info__item {
  margin-left: 17px;
  padding-left: 17px;
  border-left: 1px solid rgba( 255, 255, 255, 0.29);
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-header__topbar__info__item+.main-header__topbar__info__item {
    margin-left: 30px;
  }
}

.main-header__topbar__social {
  display: flex;
  align-items: center;
  gap: 0;
}


.main-header__topbar__social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  font-size: 10px;
  text-align: center;
  margin-right: 0px;
  border-radius: 50%;
  color: #fff;
  margin-inline: 4px;
}

.main-header__topbar__social a.facebook {
  background-color: #3b5998;
  /* Facebook blue */
  color: white;
}

.main-header__topbar__social a.twitter {
  background-color: #1da1f2;
  /* Twitter blue */
  color: white;
}

.main-header__topbar__social a.youtube {
  background-color: #ff0000;
  /* YouTube red */
  color: white;
}

.main-header__topbar__social a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /* Instagram pink */
  color: white;
}

.main-header__topbar__social a:last-child {
  margin-right: 0;
}

.main-header__topbar__social a:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}

.main-header__topbar__social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.main-header__topbar__social.style2 a {
  background: var(--smoke-color);
  border: 0;
  color: var(--title-color);
  font-size: 18px;
}

.main-header__topbar__social.style2 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.main-header__topbar__social.style3 a {
  --icon-size: 40px;
}

.main-header__topbar__social.style4 a {
  --icon-size: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: #d1d1d1;
  color: var(--title-color);
  border: 0;
}

.main-header__topbar__social.style4 a:hover {
  background: var(--theme-color2);
  color: var(--white-color);
}

.main-header__topbar__social.style5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.main-header__topbar__social.style5 a {
  background: var(--white-color);
  color: var(--body-color);
  margin: 0;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 0;
  line-height: 48px;
}

.main-header__topbar__social.style5 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.main-header__topbar__social.style6 a {
  background: var(--smoke-color);
  border: 0;
  color: var(--theme-dark);
  font-size: 16px;
  --icon-size: 40px;
  line-height: 42px;
}

.main-header__topbar__social.style6 a:hover {
  background: var(--theme-color2);
  color: var(--white-color);
}


.topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--rofiex-black, #000000);
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

.topbar__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px 0;
}

.topbar__info__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--rofiex-white, #fff);
}

.topbar__info__item span {
  display: inline-block;
  color: var(--theme-color);
  margin-right: 8px;
}

.topbar__info__item span.icon-mail2 {
  position: relative;
  top: 2px;
}

.topbar__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__info__item a:hover {
  background-size: 100% 1px;
}

.topbar__info__item a:hover {
  color: var(--theme-color);
}

.topbar__info__item+.topbar__info__item {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba( 255, 255, 255, 0.29);
}

@media (max-width: 991px) {
  .topbar__info__item+.topbar__info__item {
    margin-left: 20px;
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA( 255, 255, 255, 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--rofiex-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rofiex-black, #000000);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--rofiex-black2, #222222);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--rofiex-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--theme-color);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA( 255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA( 255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--rofiex-white, #fff);
  font-size: 12px;
  font-family: var(--rofiex-font, "Mulish", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--rofiex-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--theme-color);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--theme-color);
  border: none;
  outline: none;
  color: var(--rofiex-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--rofiex-white, #fff);
  color: var(--rofiex-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--rofiex-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--theme-color);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--rofiex-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--theme-color);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--rofiex-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}



.tv-feat3-item {
  border-radius: 16px;
  padding: 36px 36px 0px;
  background-color: #D8DCFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-feat3-item {
    margin-bottom: 30px;
  }
}
.tv-feat3-item .item-text {
  margin-bottom: 30px;
}
.tv-feat3-item .item-text h3 {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 8px;
}
.tv-feat3-item .item-text h3  a{
  line-height: inherit;
  font-size: inherit;
  font-family: var(--Wulkan);
  font-weight: inherit;
  color: inherit;
}


.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

@keyframes loading {
  0% {
    max-height: 0;
  }
}
.tv-feat3-item .item-text p {
  font-size: 16px;
}
.tv-feat3-item .item-img {
  z-index: 1;
  height: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.tv-feat3-item .item-img:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.tv-feat3-item:hover .item-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tv-feat3-item:hover .item-img:before {
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
}

.tv-feat3-img {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 12px;
}
.tv-feat3-img img{
  height: 520px;
  object-fit: cover;
  width: 100%;

}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-feat3-img {
    height: 100%;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 12px;
  }
}
.tv-feat3-img:before {
  top: 10px;
  width: 100%;
  content: "";
  z-index: -1;
  right: -10px;
  height: 100%;
  position: absolute;
  border-radius: 12px;
  border: 1px solid #222;
}

.tv-feat3-card .item-img {
  overflow: hidden;
  border-radius: 12px;
}
.tv-feat3-card img {
  border-radius: 12px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-feat3-card img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.swiper-slide-active .tv-feat3-card img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.col-lg-4:nth-child(2) .tv-feat3-item {
  background-color: #FFE5BF;
}
.col-lg-4:nth-child(3) .tv-feat3-item {
  background-color: #E5E5E5;
}



@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-ftr-sec {
    overflow: hidden;
  }
}
.tv-ftr-sec .tv-ftr-img {
  left: 0;
  top: -80px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tv-ftr-sec .tv-ftr-img {
    left: -7%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tv-ftr-sec .tv-ftr-img {
    left: -23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tv-ftr-sec .tv-ftr-img {
    left: -42%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-ftr-sec .tv-ftr-img {
    display: none;
  }
}

.tv-ftr-cta {
  border-bottom: 1px solid #131b23;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-ftr-cta-wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.tv-ftr-cta-text {
  max-width: 690px;
}
.tv-ftr-cta-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  padding: 30px 0px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tv-ftr-cta-text h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tv-ftr-cta-text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tv-ftr-cta-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .tv-ftr-cta-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .tv-ftr-cta-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .tv-ftr-cta-text h2 {
    font-size: 26px;
  }
}
.tv-ftr-cta-text .tv-btn-cta {
  gap: 20px 45px;
}
.tv-ftr-cta-text .tv-btn-cta .tv-btn1 a {
  color: #040404;
}
.tv-ftr-cta-text .tv-btn-cta .tv-btn1 a:hover {
  color: #040404;
  background-color: #fff;
}
.tv-ftr-cta-text .tv-btn-cta a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.tv-ftr-cta-text .tv-btn-cta a:hover {
  color: var(--theme-color);
}

.tv-ftr-content {
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tv-ftr-widget .widgte-title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 28px;
}
.tv-ftr-widget .menu-widget li {
  margin-bottom: 13px;
}
.tv-ftr-widget .menu-widget li a {
  color: #a3a7ac;
  font-size: 17px;
  font-weight: 800;
  position: relative;
  padding-left: 24px;
}
.tv-ftr-widget .menu-widget li a:before {
  top: 0;
  left: 0;
  font-weight: 900;
  content: "\f101";
  position: absolute;
  color: var(--theme-color);
  font-family: "Font Awesome 6 Free";
}
.tv-ftr-widget .menu-widget li a:hover {
  color: var(--theme-color);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tv-ftr-widget .counter-widget {
  width: 230px;
  padding: 30px 40px;
  border-radius: 30px;
  background-color: #131b23;
}
.tv-ftr-widget .counter-info-item {
  margin-bottom: 15px;
}
.tv-ftr-widget .counter-info-item:last-child {
  margin-bottom: 0;
}
.tv-ftr-widget .counter-info-item h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 5px;
}
.tv-ftr-widget .counter-info-item p {
  color: #9b9fa4;
  font-size: 16px;
  font-weight: 800;
}
.tv-ftr-widget .newslatter-widget {
  width: 100%;
  max-width: 485px;
}
.tv-ftr-widget .newslatter-widget p {
  color: #fff;
}
.tv-ftr-widget .newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.tv-ftr-widget .newslatter-widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  border-radius: 15px;
  background-color: #373a41;
  color: #fff;
}
.tv-ftr-widget .newslatter-widget button {
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 25px;
  position: absolute;
  color: #040404;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: var(--theme-color);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 1;
}
.tv-ftr-widget .newslatter-widget button:hover {
  background-color: #fff;
}

.tv-ftr-copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
  border-top: 1px solid #131b23;
}





.tv-footer2-sec {
  z-index: 1;
  position: relative;
  border-top: 2px solid var(--theme-color);
  background-color: #040404;
}
.tv-footer2-cta {
  padding: 0px 100px;
  border-radius: 10px;
  background-color: var(--theme-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-footer2-cta {
    padding: 0px 30px;
  }
}
@media (max-width: 480px) {
  .tv-footer2-cta {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-footer2-wrap {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tv-ftr2-cta-item {
  gap: 20px;
  padding: 30px 0px;
  position: relative;
}
@media (max-width: 480px) {
  .tv-ftr2-cta-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
}
.tv-ftr2-cta-item:before {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #093e4c;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .tv-ftr2-cta-item:before {
    display: none;
  }
}
.tv-ftr2-cta-item .item-icon {
  color: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #26263e;
}
.tv-ftr2-cta-item .item-text {
  max-width: 250px;
}
@media (max-width: 480px) {
  .tv-ftr2-cta-item .item-text {
    width: 100%;
    max-width: 100%;
  }
}
.tv-ftr2-cta-item .item-text span, .tv-ftr2-cta-item .item-text a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 800;
}
.tv-ftr2-cta-item .item-text span {
  margin-bottom: 5px;
}

.col-lg-4:last-child .tv-ftr2-cta-item:before {
  display: none;
}

.tv-ftr2-widget .widget-title {
  color: #fff;
  font-size: 26px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
.tv-ftr2-widget .widget-title:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
}
.tv-ftr2-widget .logo-widget {
  width: 100%;
  max-width: 450px;
}
.tv-ftr2-widget .logo-widget .brand-logo {
  margin-bottom: 20px;
}
.tv-ftr2-widget .logo-widget h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 30px;
}
.tv-ftr2-widget .logo-widget p {
  color: #d4d4d4;
}
.tv-ftr2-widget .menu-widget {
  width: 100%;
}
.tv-ftr2-widget .menu-widget li {
  margin-bottom: 15px;
}
.tv-ftr2-widget .menu-widget li a {
  color: #fff;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}
.tv-ftr2-widget .menu-widget li a:before {
  top: -2px;
  left: 0;
  color: var(--theme-color);
  content: "\f058";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 6 Free";
}
.tv-ftr2-widget .menu-widget li a:hover {
  color: var(--theme-color);
}

.tv-footer2-copyright {
  color: #fff;
  padding: 15px;
}
.footer_inner{
  padding-block: 40px;
}
.copyright_text{

  padding: 15px 0px 15px 0px;
  text-align: center;
  font-size: 18px;
  background-color: #040404;
  font-weight: 400;
  color: #FFFFFF;
}
.copyright_text a{
  color: var(--theme-color);
}
.copyright_text a:hover{
  color: #fff;
}
.tv-ftr2-widget .menu-widget .footer_contact li a:before{
  display: none;
}
.tv-ftr2-widget .menu-widget .footer_contact li a{
  padding-left: 0;
}
.tv-ftr2-widget .menu-widget .footer_contact li a i{
  color: var(--theme-color);
}



/* More */
.more-info {
  padding: 0;
  background: #000;
}

.other-packages h5{
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: var(--Wulkan);
}

.more-info-sec {
  border-bottom: 1px solid #484f5a;
  padding-bottom: 50px;
}

.more-info-sec p {
  font-size: 16px;
  line-height: 25px;
  color: #e6e6e6;
}

.more-info-sec ul {
  list-style: disc;
}

.more-info-sec ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 25px;
  color: #e6e6e6;
  margin-bottom: 10px;
}

.more-info-sec h5 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #e6e6e6;
  padding: 15px 0;
}

.read-more {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  background: transparent;
  border: none;
  padding-top: 20px;
}

.read-more i {
  color: var(--theme-color);
  font-size: 18px;
  padding-left: 10px;
  font-weight: 700;
  vertical-align: middle;
}

.more-info .other-packages {
  padding: 15px 0;
  border-bottom: 1px solid #484f5a;
}

.more-info .other-packages h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #e6e6e6;
}

.more-info .other-packages-sec {
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  margin-left: 15px;
}

.more-info .other-packages-sec li {
  list-style-type: disc;
  padding-right: 25px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #e6e6e6;
  padding-bottom: 2px;
}

.more-info .other-packages-sec li::marker {
  color: #e6e6e6;
  font-size: 7px;
}

.more-info .other-packages-sec li a {
  color: #e6e6e6;
}

.more-info .other-packages-sec li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.fl_query_btn{
  position: fixed;
  bottom: 35px;
  left: 18px;
  background-color: #ff0000;
  border-radius: 40px;
  border: 1px solid #ffffff;
  padding: 5px 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  gap: 3px;
  animation: float 1s ease-in-out infinite;
  font-size: 13px;
  font-weight: 600;
}
.fl_query_btn:hover{
  color: #000;
}
.fl_query_btn img{
  width: 17px;
  height: 17px;
}
.floating_buttons{
  position: fixed;
  bottom: 35px;
  right: 18px;
  display: flex;
  align-items: center;
  width: max-content;
  height: auto;
  z-index: 100;
  gap: 5px;
}
.floating_buttons .fl_btn{
  background-color: var(--theme-color);
  border-radius: 40px;
  border: 1px solid #ffffff;
  padding: 5px 9px;
  color: #ffffff;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 3px;
  animation: float 1s ease-in-out infinite;
  font-size: 13px;
  animation-delay: 0.33s;
  font-weight: 600;
}
.floating_buttons .fl_btn:hover{
  color: #000;
}
.floating_buttons .fl_btn img{
  width: 17px;
  height: 17px;
}
.floating_buttons .fl_btn.whatsapp{
  background-color: #25D366;
  animation-delay: 0.66s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
    /* Moves up */
  }
  100% {
    transform: translateY(0);
  }
}

.destination__box{
  position: relative;
  z-index: 1;
}
.destination__img{
  position: relative;
  height: 380px;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
}
.destination__img:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #000;
  opacity: 0.4;
  transition: 0.9s;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
}
.destination__img:after{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  background-color: #000;
  opacity: 0.1;
  transition: 1.2s;
  width: 100%;
  border-radius: inherit;
  height: 100%;
}
.destination__img:hover:before{
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}
.destination__img:hover:after{
  transform: translate(-50%, -50%) scale(1);
}
.destination__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination__content{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: auto;
  left: 0;
  padding: 0 20px 30px;
}
.destination__content h4 a{
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-family: var(--Wulkan);
}
.destination__box .view-link {
  display: flex;
  justify-content: space-between;
  color: #4f5b70;
  position: relative;
  padding: 15px 26px;
}

.destination__box .view-link a {
  display: flex;
  align-items: center;
  transition: 0.3s;
  width: 100%;
  justify-content: space-between;
}

.destination__box .view-link a small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #4f5b70;
  text-decoration: none;
}

.destination__box .view-link a i {
  color: #4f5b70;
  font-size: 20px;
}


.destination__box .view-link a:hover {
  background: -webkit-linear-gradient(180deg, var(--theme-color), var(--theme-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




@media(max-width: 768px){
  .main-header__logo img{
    width: 90px;
  }
  .slider__content h1{
    font-size: 30px;
    padding-bottom: 0;
  }
  .slider__content{
    padding-inline: 15px;
  }
  .slider__content .top_title{
    font-size: 15px;
    margin-bottom: 7px;
  }
  .slider__content p{
    line-height: 1.2;
    font-size: 13px;
  }
  .slider__content p br{
    display: none;
  }
  .about-two .about-image img{
    width: 100%;
    height: 100%;
  }
  .about-two .about-image .about-image-2{
    right: 00;
    max-width: 100%;
    height: auto;
    width: 300px;
    bottom: 11px;
    z-index: 1;
    left: -10px;
  }
  .about-two .about-image .about-image-2 img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .about-two .about-image{
    padding-bottom: 90px;
  }
  .fl_query_btn{
    bottom: 11px;
    right: 10px;
    width: max-content;
    left: auto;
    right: 10px;
  }
  .floating_buttons .fl_btn.whatsapp span{
    display: none;
  }

  .floating_buttons {
    bottom: 50px;
    left: auto;
    right: 10px;
  }
  .floating_buttons .fl_btn{
    display: none;
  }
  .floating_buttons .fl_btn.whatsapp{
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    justify-content: center;
  }
  .main-header__btn{
    margin-left: 0;
  }
  .floating_buttons .fl_btn img{
    width: 50px;
    height: auto;
  }
  .main-header__topbar__info{ 
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px 18px;
  }
  .main-header__topbar__info li{
    width: max-content;
    font-size: 13px;
  }
  .main-header__topbar__info__item span{
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .main-header__topbar__info li:nth-child(3),
  .main-header__topbar__info li:nth-child(4){
    width: 100%;
    justify-content: center;
  }
  .main-header__topbar__info__item+.main-header__topbar__info__item{
    padding: 0;
    margin: 0;
    border-left: 0;
  }
  .main-header__topbar__social{
    display: none;
  }
}
.tour_upper{
  margin-bottom: 20px;
}
.tour_upper h4{
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.tour_upper .tour-meta span{
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.01em;
  word-spacing: 1px;
  line-height: 1.3;
}
.tour_upper .tour-meta span i{
  color: var(--theme-color);
  padding-right: 3px;
}


#paymentForm .payment-card{
  position: relative;
  cursor: pointer;
}
#paymentForm .payment-card.active{
  border: 2px solid var(--theme-color);
}
#paymentForm input{
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gt-gallery-img img{
  height: 181px;
  object-fit: cover;
  width: 100%;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /*padding-top: 100px;*/
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefeed;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px !important;
  position: fixed;
  top: 50%;
  border-radius: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}

.modal-content .h1{
  font-size: 28px;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--theme-color);
  font-family: var(--Wulkan);
}
.modal-content form{


  border: 1px solid #a3a3a3;
  border-radius: 20px;
  padding: 20px 5px;
  margin: 0;
  background-color: #00000012;
}
.modal-content .form-control{
  height: 44px;
  border-radius: 40px;
  border-color: #a3a3a3;
}
.modal-content textarea.form-control{
  height: 80px;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .modal-content {
    width: 90% !important;
    height: auto;
  }
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.sharing__card{
    padding: 15px;
    border: 1px solid #a3a3a3;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  }
.sharing__img{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}
.sharing__img:after{    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 800;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0);
    background-color: #000;
    opacity: 0.1;
    transition: 1.2s;
    width: 100%;
    border-radius: inherit;
    height: 100%;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.sharing__img:hover:after{
  transform: translate(-50%, -50%) scale(1);
}
.sharing__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sharing__content{
  padding-top: 10px;
}
.sharing__content h3 {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0;
}
.sharing__content  h3  a{
  line-height: inherit;
  font-size: inherit;
  font-family: var(--Wulkan);
  font-weight: inherit;
  color: inherit;
}
.multi_btn{
  display: flex;
  align-items: center;
  gap: 5px;
}
.multi_btn a{
  padding: 2px 0px 2px 14px;
}
#wp-travel-trip-wrapper hr{
  display: none;
}

.similar_box{
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.similar_box .image{
    height: 110px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
.similar_box .image img{
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    height: 100%;
    transition: 1s;
    margin-bottom: 0;
}
.similar_box:hover .image img{
    transform: scale(1.3);
}
.providing{
    display: flex
;
    margin-bottom: 8px;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
.providing span{
    width: 25px;
    height: 25px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff;
}

.btn-default {
  overflow: hidden;
  position: relative;
  display: inline-flex
  ;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 10px 28px;
  border-radius: 100px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
}


.btn-default::before,
.btn-default::after {
  content: "";
  background-color: var(--color-three);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-default::before {
  top: 0;
  left: 0;
  right: auto;
}

.btn-default::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.btn-default:hover {
  color: #fff;
}

.btn-default:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn-default:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-default:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.similar_box .price{
    color: #000;
    font-size: 12px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 10px;
}
.similar_box .title{
    margin-bottom: 7px;
    color: #000;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.similar_box .btn-default{
    padding: 7px 15px;
    width: max-content;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.Package_btn a:not([class]) {
    display: none;
}
.Package_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Package_btn .icon_btn{
    background-color: var(--theme-color);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: 0.3s;

}

.Package_btn .icon_btn.whatsapp{
    background-color: #25D366;
}
.Package_btn .icon_btn:hover{
    background-color: #000;
    color: #fff;

}
.cat_buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 5px;

}
.cat_buttons .btn-theme{
    padding: 12px;
    font-size: 13px;
    width: 100%;
    gap: 2px;
    justify-content: center;
}
.cat_buttons .btn-theme.phone{
  background-color: red;
}
.cat_buttons .btn-theme.whatsapp{
  background-color: #25D366;
}
.cat_buttons .btn-theme i{
  margin-right: 2px;
  width: auto;
  color: #fff;
  height: auto;
  background-color: transparent;
}

@media(max-width: 768px){
  .cat_buttons{
    padding:  10px 5px;
  }
  .cat_buttons .btn-theme{
    font-size: 12px;
    padding: 8px 0;
  }
  .blog_-box-content{
    bottom: 40px;
  }
}
@media(max-width: 768px){
  .modal-content{
    width: 90% !important;
  }
  .more-info .other-packages-sec li a{
    font-size: 12px;
  }
}
@media(min-width: 992px){
  .main-menu .main-menu__list li ul.max__height{
    max-height: 420px;
    overflow: auto;
  }
}
.main-menu .main-menu__list li ul li>a{
  line-height: 1.2;
}
  .mobile-nav__content .main-menu__list li > a{
    line-height: 1;
  }