@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("magnific-popup.css");
@import url("jquery.bxslider.min.css");
/*@import url("../plugins/dixitcabs-icon/style.css");*/
/*

* 2. miscelnious styles

*/

:root {
  --theme-color: #f2a906;
  --second-theme-color: #12335E;
  --white-color: #ffffff;
  --color-one: #e6e6ff;
  --color-two: var(--theme-color);
  --color-three: #12335E;
}

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;
}

.thm-black-bg {
  background-color: #000;
}

.thm-base-bg {
  background-color: var(--theme-color);
}

.thm-gray-bg {
  background-color: #F3F3F3;
}

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);
}

/*

* 3. header styles

*/

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 0%;
  right: 0px;
}

.header-navigation .main-navigation {
  float: left;
  text-align: left;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 0px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 45px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  /*letter-spacing: .2em;*/
  color: var(--white-color);
  padding: 0;
  transition: all .4s ease;
  position: relative;
}

.header-navigation ul.navigation-box>li>a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(50%) scale(1, 0);
  transform: translateX(50%) scale(1, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1199px) {
  .header-navigation ul.navigation-box>li>a:before {
    display: none;
  }
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: #000;
  text-shadow: 1px 0 0 rgba(17, 17, 17, 0.8);
}

.header-navigation ul.navigation-box>li.current>a:before,
.header-navigation ul.navigation-box>li:hover>a:before {
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

#sub_menu ul>li>.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
  display: block;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
  font-size: 15px;
  color: var(--white-color);
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
  color: #000;
  background: var(--theme-color);
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

#sub_menu ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
  /* no more nested showen */
}

.main-header .navbar-nav #sub_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 318px;
  width: 100%;
  max-width: 305px;
  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: #fff;
  box-shadow: 0px 10px 60px 0px RGBA(255, 255, 255, 0.07);
  padding: 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  max-height: 324px;
  overflow: auto;
  border-block: 3px solid var(--theme-color);
}

.main-header .navbar-nav #sub_menu:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-header .navbar-nav #sub_menu li,
.main-header .navbar-nav #sub-menu ul li {
  padding: 0;
}

.main-header .navbar-nav #sub_menu li a::before {
  position: relative;
  margin-right: 5px;
  content: '\f105';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.main-header .navbar-nav .sub-menu li a {
  font-size: 16px;
  line-height: 26px;
  color: #222 !important;
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 9px 15px 9px;
  transition: 400ms;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--theme-color);
}

.main-header .navbar-nav .sub-menu li:last-child a {
  border-bottom: 0;
}

.main-header .navbar-nav .sub-menu li:hover a {
  background-color: var(--theme-color);
  color: #fff !important;
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
  display: block;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
  font-size: 15px;
  color: var(--white-color);
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
  color: #000;
  background: var(--theme-color);
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  display: none;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #000;
  border-bottom: 0;
}

.site-header.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.site-header.header-one .top-bar .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header.header-one .top-bar .left-block a {
  display: inline-block;
  vertical-align: middle;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  transition: all .4s ease;
}

.site-header.header-one .top-bar .left-block a+a {
  margin-left: 21px;
}

.site-header.header-one .top-bar .left-block a i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 6px;
  transition: all .4s ease;
}

.site-header.header-one .top-bar .left-block a i.fa-envelope {
  font-size: 14px;
}

.site-header.header-one .top-bar .left-block a:hover {
  color: var(--theme-color);
}

.site-header.header-one .top-bar .left-block a:hover i {
  color: var(--white-color);
}

.site-header.header-one .top-bar .logo-block {
    /*position: absolute;

  top: 50%;

  left: 50%;

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

          transform: translate(-50%, -50%);*/
        }

        .site-header.header-one .top-bar .social-block a {
          color: var(--white-color);
          font-size: 16px;
          display: inline-block;
          vertical-align: middle;
          transition: all .4s ease;
        }

        .site-header.header-one .top-bar .social-block a+a {
          margin-left: 31px;
        }

        .site-header.header-one .top-bar .social-block a:hover {
          color: var(--theme-color);
        }

        .site-header.header-one .header-navigation {
          background: transparent;
        }

        .site-header.header-one .header-navigation .container {
          background-color: var(--theme-color);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          border-radius: 47.5px;
          padding-left: 60px;
        }

        @media (min-width: 1200px) {
          .site-header.header-one .header-navigation .container {
            max-width: 1170px;
          }
        }

        .site-header.header-one .header-navigation ul.navigation-box>li.current>a,
        .site-header.header-one .header-navigation ul.navigation-box>li:hover>a {
          color: #000;
        }

        .site-header.header-one .header-navigation ul.navigation-box>li {
          padding: 10px 0;
        }

        .site-header.header-one .header-navigation ul.navigation-box>li+li {
          margin-left: 60px;
        }

        .site-header.header-one .header-navigation .right-side-box .contact-btn-block {
          display: inline-block;
          vertical-align: middle;
          background-color: #000;
          border-top-right-radius: 47.5px;
          border-bottom-right-radius: 47.5px;
          padding: 6px 0;
          padding-left: 55px;
          padding-right: 60px;
          position: relative;
          z-index: 99;
        }

        .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block {
          width: 55px;
          height: 55px;
          border-radius: 50%;
          text-align: center;
          color: var(--white-color);
          background-color: #000;
          line-height: 63px;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }

        .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block i {
          font-size: 26px;
          line-height: 55px;
        }

        .site-header.header-one .header-navigation .right-side-box .contact-btn-block .text-block {
          display: inline-block;
          line-height: 1em;
          color: var(--theme-color);
          font-size: 18px;
          font-weight: 600;
        }

        .site-header.header-one .header-navigation .right-side-box .contact-btn-block .tag-line {
          display: block;
          color: var(--white-color);
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: .2em;
          margin-top: 2px;
        }

        .site-header.header-one .header-navigation.stricky-fixed {
          background-color: var(--theme-color);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .site-header.header-one .header-navigation.stricky-fixed .container {
          background-size: contain;
          box-shadow: none;
        }

        .site-header.header-one .header-navigation.stricky-fixed .container:after {
          content: '';
          background-color: #000;
          width: 100000px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 100%;
        }

        .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block {
          border-radius: 0;
          margin-top: -1px;
          padding-top: 6px;
          padding-bottom: 6px;
        }

        .site-header.header-two {
          background-color: #000;
        }

        .site-header.header-two .top-bar .inner-container {
          border-bottom: 2px solid rgba(255, 255, 255, 0.1);
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          align-items: center;
          padding: 30px 0;
        }

        .site-header.header-two .top-bar .contact-infos {
          margin: 0;
          padding: 0;
          list-style: none;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          justify-content: space-between;
        }

        .site-header.header-two .top-bar .contact-infos li+li {
          margin-left: 21px;
        }

        .site-header.header-two .top-bar .contact-infos li a {
          display: inline-block;
          vertical-align: middle;
          color: var(--white-color);
          font-size: 14px;
          font-weight: 600;
          transition: all .4s ease;
        }

        .site-header.header-two .top-bar .contact-infos li a i {
          color: var(--theme-color);
          font-size: 16px;
          margin-right: 6px;
          transition: all .4s ease;
        }

        .site-header.header-two .top-bar .contact-infos li a i.fa-envelope {
          font-size: 14px;
        }

        .site-header.header-two .top-bar .contact-infos li a:hover {
          color: var(--theme-color);
        }

        .site-header.header-two .top-bar .contact-infos li a:hover i {
          color: var(--white-color);
        }

        .site-header.header-two .top-bar .contact-infos .social-block a {
          margin: 0;
        }

        .site-header.header-two .top-bar .contact-infos .social-block a+a {
          margin-left: 29px;
        }

        .site-header.header-two .top-bar .contact-infos .social-block a i {
          margin: 0;
          font-size: 16px;
          color: var(--white-color);
          transition: all .4s ease;
        }

        .site-header.header-two .top-bar .contact-infos .social-block a i:hover {
          color: var(--theme-color);
        }

        .site-header.header-two .header-navigation ul.navigation-box>li {
          padding: 22px 0;
        }

        .site-header.header-two .header-navigation ul.navigation-box>li>a {
          color: #B5B5B5;
          font-weight: 600;
          font-size: 16px;
          text-transform: capitalize;
          letter-spacing: 0;
        }

        .site-header.header-two .header-navigation ul.navigation-box>li>a:before {
          background-color: var(--theme-color);
        }

        .site-header.header-two .header-navigation ul.navigation-box>li.current>a,
        .site-header.header-two .header-navigation ul.navigation-box>li:hover>a {
          color: var(--theme-color);
        }

        .site-header.header-two .header-navigation .container .right-side-box {
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          justify-content: space-between;
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block .text-block,
        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block .icon-block {
          line-height: 1em;
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block i {
          color: var(--theme-color);
          font-size: 22px;
          transition: all .4s ease;
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block .text-block {
          color: var(--white-color);
          font-weight: 600;
          font-size: 16px;
          margin-left: 10px;
          transition: all .4s ease;
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block:hover i {
          color: var(--white-color);
        }

        .site-header.header-two .header-navigation .container .right-side-box .contact-btn-block:hover .text-block {
          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;
  }
}


/*

* 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;
  }
  .site-header.header-one .header-navigation .container {
    border-radius: 0px !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;
}

.carousel-inner img {
  width: 100%;
  height: 440px;
  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: 170px;
  }
  .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-search-container {
  line-height: 40px;
}

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

/*  ========================================*/

.select2-container--default .select2-selection--single {
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 9px;
}
.form-control,
#select2-search-container {
  height: 46px;
  padding: 0 15px 0 42px !important;
  padding-right: 45px;
  border-radius: 10px !important;
  color: var(--body-color);
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  font-size: 14px;
  width: 100%;
}

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

.search_form label {
  font-weight: 600;
}

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

/*  ====================*/

@media only screen and (max-width: 600px) {
  .tab_form {
    width: 100% !important;
  }
  #main_tab .nav-item {
    width: 50% !important;
    margin-bottom: 0px !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-radius: 12px;
  box-shadow: 0 0 0px 5px #f2a9064a;
}

.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 20px;
}
.tab-content {
  margin-top: 10px;
}

.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 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: 23px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 100000;
  border: 1px solid #fff;
}
.float i{
  margin-top: 12px;
}

.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 0;
}

.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;
}

.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__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: 30px;
  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(--white-color);
  display: block;
  text-align: left;
  background: #232325;
  color: var(--white-color);
  padding: 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: 5px 0;
  background-color: #fff9ea;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 5px;
}

.search-details .locationbox {
  background-color: transparent;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #000;
}

.search-details .locationbox ul {
  display: flex;
  flex-direction: row;
}

.locationbox ul .pick-up::before,
.locationbox ul .droploc::before {
    font-size: 18px;
    content: " ";
    margin-right: 7px;
    padding: 0 0px 0 0px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f3c5";
    font-weight: 700;
    color: var(--theme-color);
}

/* .locationbox ul .droploc::before {
  color: var(--theme-color);
} */

.locationbox ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px !important;
    width: 70%;
    justify-content: space-between;
}

.locationbox ul li {
  margin-left: -10px;
  display: flex;
  align-items: center;
}

.search-details .locationbox ul li span {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
    line-height: 1.6;
}
.search-details .locationbox ul li span br{
  display: none;
}
.search-details .locationbox ul li span span{
    font-size: 11px;
    display: block;
    margin-top: -4px;
    color: #626262;
}
.search-details .locationbox .btn-theme{

    padding: 6px 17px 6px 6px;
}
.search-details .locationbox ul .icon {
  margin: 10px 20px;
}
.search-details .locationbox ul .icon i{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    font-size: 13px;
}

.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;
}

/*===================================================*/

@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: relative;
    width: 74%;
    z-index: 1;
    margin-inline: auto;
    margin-top: -100px;
  }
  .carousel_caption {
    left: 70%;
  }
  .select2-container {
    width: 100% !important;
  }
}

/*===================================================*/

@media only screen and (max-width: 768px) {
  #myModal .exchange {
    bottom: -33px;
  }
  #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%;
  }
  /*  =============================*/
  .select2-container {
    width: 100% !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: 0px 0;
  margin-bottom: 5px;
}

.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-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: CAPITALIZE;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: -0.02em;
}

.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;
  }
  #myBtn {
    font-size: 12px;
    padding: 8px;
  }
  .main-page {
    margin-top: 0;
  }
  .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: 700;
  line-height: normal;
  padding: 17.5px 20px 17.5px 20px;
  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;
}

/* ===========================top header=================== */

.header-top-wrap {
  position: relative;
  border-bottom: 1px solid var(--theme-color);
  background: var(--second-theme-color);
  ;
}

.header-top-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 101%;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
}

@media (max-width: 767px) {
  .header-top-wrap::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top-wrap {
    border-bottom: 2px solid var(--theme-color);
  }
}

.header-top {
  padding: 3px 0;
  position: relative;
  z-index: 1;
  background-color: var(--second-theme-color);
}

.header-top::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 0;
  right: 435px;
  background-color: var(--second-theme-color);
  z-index: -1;
  border: 16px solid;
  border-color: var(--theme-color) transparent transparent var(--theme-color);
}

@media (max-width: 991px) {
  .header-top::before {
    right: 290px;
  }
}

@media (max-width: 767px) {
  .header-top::before {
    display: none;
  }
}

.header-top::after {
  position: absolute;
  content: "";
  width: 496px;
  height: 101%;
  top: 0;
  right: -45px;
  background-color: var(--theme-color);
  z-index: -1;
  transform: skewX(-45deg);
}

@media (max-width: 991px) {
  .header-top::after {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .header-top::after {
    display: none;
  }
}

.header-top .contact-info ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.header-top .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top .contact-info ul li i {
  color: var(--theme-color);
}

.header-top .contact-info ul li a {
  color: var(--theme-color);
}

.header-top .contact-info ul li a .fa-phone-volume {
  font-size: 21px;
  margin-top: 4px;
}

.header-top .contact-info ul li a:hover {
  color: var(--theme-color);
}

.header-top .social-share {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .header-top .social-share {
    justify-content: center;
  }
}

.header-top .social-share ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}

.header-top .social-share ul li a {
  width: 33px;
  height: 33px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--second-theme-color);
  font-size: 12px;
  color: var(--theme-color);
}

@media (max-width: 767px) {
  .header-top .social-share ul li a {
    width: 26px;
    height: 26px;
    background-color: var(--theme-color);
    color: #fff;
  }
  .header-top .social-share {
    color: var(--theme-color);
  }
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.main-header__call {
  /* padding: 22px 23px; */
  /* background-color: var(--theme-color); */
  border-radius: 1000px 0 0 1000px;
  position: relative;
  z-index: 1;
}

.main-header__call__icon {
  max-width: 44px;
  width: 100%;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--white-color);
  position: absolute;
  animation: phone-icon-animate 1s ease-in-out infinite;
}

.main-header__call__icon img {
  filter: invert(1);
}

.main-header__call__icon::after {
  content: "";
  background-color: transparent;
  border-radius: 1000px;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid var(--theme-color);
  z-index: -1;
}

.main-header__call__content {
  padding-left: 60px;
}

.main-header__call__subtitle {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  /* color: #fff; */
  margin-bottom: 2px;
}

.main-header__call a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #000 !important;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

/* .main-header__call::after {
  content: "";
  background-color: var(--white-color);
  border-radius: 1000px 0 0 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  opacity: 0.5;
  z-index: -1;
} */

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}

.navbar-light .navbar-toggler {
  background-color: var(--theme-color) !important;
  padding: 10px 10px;
  margin-right: 10px;
}

@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);
  }
}

.main-header__logo {
  padding: 2px 10px;
  /* background-color: var(--theme-color); */
  border-radius: 0 1000px 1000px 0;
  position: relative;
  z-index: 1;
}

.main-header__logo img {
  width: 97px;
}

.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;
}

/* .main-header__logo::after {
  content: "";
  background-color: var(--theme-color);
  border-radius: 0 1000px 1000px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  opacity: 0.5;
  z-index: -1;
} */

.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;
}

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

.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);
}

@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;
}

.tab_form form .form_icon{
  position: absolute;
  background: transparent;
  top: 50%;
  z-index: 11;
  transform: translateY(-50%);
  padding: 0;
  left: 10px;
  font-size: 12px;
  background-color: var(--theme-color);
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.tab_form form .form-control {
  height: 46px;
  padding: 0 15px 0 42px !important;
  padding-right: 45px;
  border-radius: 10px !important;
  color: var(--body-color);
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  font-size: 14px;
  width: 100%;
  margin-top: 0 !important;
}
.tab_form form .form-control:focus{
  border-color: var(--theme-color);
}
.home-booking-form .swipIcon {
  top: 11px;
  right: 0.7px;
  left: auto;
  background: var(--theme-color2);
  color: #fff;
  height: 23px;
  border-radius: 4px;
  transform: translateX(50%);
  width: 40px;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 6;
}

.home-booking-form .input-group-text i {
  width: 40px;
  font-size: 20px;
}

.tab_form form .input-group {
  margin-bottom: 20px;
}

.home-booking-form .tab_form .btn-theme {
  padding: 8px 0px;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  gap: 7px;
}


.home-booking-form .tab_form .h4 {
  background: #fff;
  color: #393939;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  /* font-family: none; */
  text-decoration: underline;
  padding-bottom: 6px;
  text-underline-offset: 5px;
  text-decoration-color: var(--theme-color);
}

.home-booking-form #main_tab {
  opacity: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 0;
  border-radius: 5px;
  width: 100%;
  border: 1px solid var(--theme-color);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.home-booking-form #main_tab .nav-item {
  width: 25%;
  padding: 0;
}

.home-booking-form #main_tab .nav-item .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item{
  margin-bottom: 0;
}
.home-booking-form #main_tab .nav-item .nav-link {
  background: transparent;
  color: #000000 !important;
  padding: 9px 0px !important;
  font-weight: 600;
  font-size: 13px;
  border-radius: 4px;
  margin-bottom: 0;
  border: 0 !important;
}
.home-booking-form #main_tab .nav-item .nav-link:hover{
  background-color: #f2a90630;
}

.home-booking-form #main_tab .nav-item .nav-link.active {
  background-color: var(--theme-color2) !important;
  border-color: transparent;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 0 5px #3b3b3bb5;
  position: relative;
  z-index: 3;
}

/*******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;
}

.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;
}

.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);
}

@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);
  }
  #main_tab .nav-item {
    width: max-content;
  }
  .home-booking-form #main_tab .nav-item .nav-link {
    font-size: 12px;
    padding: 8px 2px !important;
  }
  .about-thumb {
    height: auto;
    margin-bottom: 10px;
  }
  .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;
  }
  .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;
  }
  .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: 6px;
        padding: 0;
  }
}

.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;
  }
}


.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: 10px;
  font-size: 24px;
  font-weight: 700;
  margin-top: -10px;
}

#enquiryModal .img-container img {
  width: 100%;
}

#enquiryModal .custom-file-input {
  cursor: pointer;
}

#enquiryModal .form-control {
  height: 45px;
}
#enquiryModal .form-group{
  margin-bottom: 10px;
}
#enquiryModal .form-group .form-control{
  margin: 0;
  padding: 10px !important;
}
#enquiryModal textarea.form-control, textarea{
  height: 100px;
  min-height: 100px;
  padding-block: 15px !important;
}
/* =====================cab list ==================== */

.cab-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  margin: 10px 0;
  position: relative;
    border: 1px solid #ddd;
}

.cab-box .cab-body {
  padding: 10px 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;
  color: #000;
}

.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: #f00;
  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: 700;
}

.cab-box .final-price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}

.cab-box .tax-note {
  font-size: 14px;
  color: #2e7d32;
  font-weight: 700;
}

.cab-box .cab-footer {
  border-top: 2px solid #e0e0e0;
  padding: 4px 20px;
  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: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
  color: #fff !important;
}

.review-area .trip-header {
  background-color: var(--theme-color);
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.review-area .trip-header .trip-title{
  color: #fff;
  margin-bottom: 8px;
}
.review-area .trip-header p{
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
.review-area .trip-header small{
  color: #f2f2f2 !important;
}
.review-area .inclusions,
.review-area .payment-box,
.review-area .cancel-policy {
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}
.review-area .inclusions h6,
.review-area .payment-box h6,
.review-area .cancel-policy h6 {
  margin-bottom: 8px;
}
.review-area .traveller_details .form-control{
  padding: 15px 10px !important;
}
.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;
  border: 15px solid #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: var(--theme-color);
}

.tour_form_section .form-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  padding-bottom: 12px;
  text-shadow: 0 0 2px #6e6e6e;
}

.tour_form_section label {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 15px;
  color: #fff;
}

.tour_form_section .form-control {
  border-radius: 5px !important;
  height: 40px;
}

.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 {
  width: 48%;
  margin: 0px 26%;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  justify-content: center;
}

.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;
}

.destination-item .destination-img img {
  width: 100%;
  height: 400px;
  transition: all 0.6s ease-in-out;
  filter: brightness(0.7);
}

.destination-item .destination-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 5, 15, 0);
  display: flex;
  justify-content: start;
  align-items: flex-end;
}

.destination-item .destination-overlay .content {
  padding: 30px;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}

.destination-item .destination-overlay .content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.destination-item .destination-overlay .content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  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: 38px;
  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;
}

/*----------------------------------------*/

/*  6.2 footer-2
/*----------------------------------------*/

.heading-bg {
  background-color: #12335e;
}

.fix {
  overflow: hidden;
}

.section-space-top {
  padding-top: 50px;
}

.footer-section-2__top {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-2__top {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__top {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .footer-section-2__logo {
    text-align: center;
  }
}

.footer-section-2__social {
  gap: 37px;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-2__social {
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .footer-section-2__social {
    margin-top: 20px;
    justify-content: center;
  }
}

.footer-section-2__social::before {
  content: "";
  width: 1px;
  height: 31px;
  margin-right: 3px;
  display: inline-block;
  background-color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__social::before {
    display: none;
  }
}

.footer-section-2__social span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-right: -14px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}

.footer-section-2__social a {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-section-2__social a:hover {
  color: var(--theme-color);
}

.footer-section-2__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 18px;
  color: #fff;
}

.footer-section-2__info {
  display: flex;
  align-items: start;
  gap: 23px;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .footer-section-2__info {
    gap: 15px;
  }
}

.footer-section-2__info:last-of-type {
  margin-bottom: 0;
}

.footer-section-2__info__icon {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.14);
}

.footer-section-2__info__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.footer-section-2__info__text a {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.footer-section-2__info__text a:hover {
  color: var(--theme-color);
}

@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),
(max-width: 575px) {
  .footer-section-2__info__text a br {
    display: none;
  }
}

.footer-section-2__wrapper {
  margin-left: -26px;
  padding-bottom: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__wrapper {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__notification p br {
    display: none;
  }
}

.footer-section-2__wrapper .footer-section__notification .notification__icon span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-section-2__wrapper .footer-section__notification .notification__icon span i {
  font-size: 18px;
  color: #fff;
}

.footer-section-2__wrapper .footer-section__input {
  gap: 14px;
}

.footer-section-2__wrapper .footer-section__input input {
  width: 650px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-2__wrapper .footer-section__input input {
    width: 500px;
  }
}

.footer-section-2__wrapper .footer-section__input input::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}

.footer-section-2__wrapper .footer-section__input .rr-btn {
  padding: 15px 36.5px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section-2__wrapper .footer-section__contact {
  margin-left: 70px;
  padding-bottom: 0;
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__contact {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact {
    margin-left: 20px;
  }
}

.footer-section-2__wrapper .footer-section__contact .border_bottom {
  padding-top: 30px;
  margin-bottom: 30px;
  margin-left: -70px;
  margin-right: -100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__contact .border_bottom {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact .border_bottom {
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0%;
  }
}

@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),
(max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact p br {
    display: none;
  }
}

.footer-section-2__menu ul {
  list-style: none;
}

.footer-section-2__menu ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}

.footer-section-2__menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer-section-2__menu ul li a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.footer-section-2__menu ul li a:hover {
  color: var(--theme-color);
}

.footer-section-2__menu-wrap {
  margin-left: 26px;
}

.footer-section-2__widget p {
  font-weight: 300;
}

@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),
(max-width: 575px) {
  .footer-section-2__widget.widger-col_0 p br {
    display: none;
  }
}

.footer-section-2__widget.widger-col_1 {
  margin-left: 45px;
}

@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),
(max-width: 575px) {
  .footer-section-2__widget.widger-col_1 {
    margin-left: 0;
  }
}

.footer-section-2__widget.widger-col_2 {
  margin-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_2 {
    margin-left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__widget.widger-col_2 {
    margin-left: 0px;
  }
}

.footer-section-2__widget.widger-col_3 {
  margin-left: 9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_3 {
    margin-left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-2__widget.widger-col_3 {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_4 {
    margin-left: -20px;
  }
}

.text_white_7 {
  opacity: 0.7;
  color: #ffffff;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

/* =======================copyright section=================== */

.copyright-2__area {
  padding: 5px 0;
  background-color: var(--theme-color);
}

.copyright-2__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-2__wrap {
    gap: 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

.copyright-2__menu ul {
  list-style: none;
  margin-bottom: 0;
}

.copyright-2__menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-right: 23px;
  padding-right: 28px;
  position: relative;
  display: inline-block;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}

.copyright-2__menu ul li a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

@media (max-width: 575px) {
  .copyright-2__menu ul li {
    margin-right: 0px;
    padding-right: 0px;
  }
}

.copyright-2__menu ul li a:hover {
  color: var(--rr-heading-primary);
}

.copyright-2__menu ul li::before {
  content: "";
  width: 1px;
  height: 24px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.2);
}

@media (max-width: 575px) {
  .copyright-2__menu ul li::before {
    display: none;
  }
}

.copyright-2__menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.copyright-2__menu ul li:last-of-type::before {
  display: none;
}

.copyright-2__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
  margin-bottom: 0;
}

.copyright-2__text p a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.copyright-2__text p a:hover {
  color: #000;
}

/* social media */

.social-media {
  display: flex;
  align-items: center;
}

.social-media span {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.social-media ul li a {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #fff;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.social-media ul li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #Fff;
}

.payment-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.payment-icon li:first-child {
  font-size: 20px;
  color: #fff;
}

.payment-icon li:not(:first-child) {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
}

@media (min-width: 992px) {
  /* lg breakpoint */
  .column-count-lg-2 {
    column-count: 2;
  }
}

/*

* expandable menu started

*/

@media (max-width: 1199px) {
  .header-navigation {
    margin-bottom: 0;
  }
  .logo-box {
    width: 100%;
    float: none;
    margin: -3px !important;
  }
  .navigation-box {
    margin: 0;
  }
  .navbar-expand-lg .menu-toggler {
    display: block;
    margin-right: 0;
    border-color: #fff;
    background-color: transparent !important;
    margin: 23px 0;
    color: #fff;
    border: none;
    font-size: 28px;
    float: right;
    outline: none;
    cursor: pointer;
  }
  .menu-toggler:hover {
    border-color: #00AD4D;
  }
  .menu-toggler .icon-bar {
    background: #fff;
  }
  .menu-toggler:hover .icon-bar {
    background: #00AD4D;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    background: transparent;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
    background: #000;
    transition: all .5s ease;
    height: 0;
  }
  .navbar-expand-lg .navbar-collapse.showen {
    display: block !important;
    height: auto;
    max-height: 70vh;
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
  .header-navigation .nav {
    width: 100%;
    text-align: left;
  }
  .header-navigation .nav>li {
    display: block;
    padding: 0 !important;
    width: 100%;
    float: none;
  }
  .header-navigation .nav>li+li {
    margin-left: 0 !important;
  }
  .header-navigation .nav>li>a {
    padding: 8px 0;
  }
  .header-navigation .right-box.nav {
    width: 100%;
    margin: 0;
  }
  .header-navigation .right-box.nav>li>a {
    border: none !important;
    padding: 8px 0;
    color: #fff;
  }
  .header-navigation .nav>li>a:after {
    display: none;
  }
  .header-navigation .nav.navigation-box+.nav {
    border-top: 1px dashed #282828;
  }
  .header-navigation .navigation-box>li>.sub-menu,
  .header-navigation .navigation-box>li>.sub-menu>li>.sub-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transition: none !important;
    display: none;
    float: none !important;
    margin: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header-navigation .navigation-box>li>.sub-menu>li>a::after {
    display: none;
  }
  .header-navigation ul.navigation-box>li+li {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    float: none;
  }
  .header-navigation .nav>li.show-mobile {
    display: none;
  }
  .header-navigation ul.navigation-box>li>a,
  .header-navigation .right-box.nav>li>a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 16px 0 16px 20px !important;
    transition: background 0.4s ease 0s;
  }
  .header .stricky-fixed.header-navigation .nav>li {
    padding: 0 !important;
  }
  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFC000;
    border-radius: 4px;
    padding: 9px 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    /*margin-top: 8px;*/
    margin-right: 0px;
    display: block;
    cursor: pointer;
  }
  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #FFC000;
    border-radius: 1px;
    display: block;
    height: 1px;
    width: 20px;
  }
  .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .header-navigation .container .right-side-box {
    top: 0px;
    right: 0px;
    transform: translateY(0%)
  }
  .header-navigation .container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }
  .header-navigation .container .logo-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    float: none;
    padding-right: 145px;
  }
  .header-navigation .container .logo-box .navbar-brand {
    float: left;
    padding: 20px 0;
  }
  .header-navigation .container .logo-box .navbar-toggler {
    float: left;
  }
  .header-navigation ul.navigation-box {
    display: block;
    margin: 0 !important;
    width: 100%;
  }
  .header-navigation ul.navigation-box>li {
    padding: 0;
    display: block;
  }
  .header-navigation ul.navigation-box>li>a {
    display: block;
    padding: 13px 30px;
  }
  .header-navigation ul.navigation-box>li>a:after {
    display: none;
  }
  .header-navigation ul.navigation-box>li+li {
    margin: 0;
  }
  .header-navigation .main-navigation {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    background: #181818;
    max-height: 70vh;
    overflow-y: scroll;
  }
  .header-navigation .container .menu-toggler {
    display: block;
  }
  .header-navigation.stricky-fixed ul.navigation-box>li {
    padding: 0;
  }
  .header-navigation .container .logo-box .navbar-brand {
    background-color: transparent;
  }
  .header-navigation .container .menu-toggler {
    float: left;
    margin: 23px 0;
    color: #111111;
  }
  .header-navigation .container .logo-box {
    padding-right: 0 !important;
  }
  .header-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .site-header.header-one .header-navigation .right-side-box .contact-btn-block {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .site-header.header-one .header-navigation .container .logo-box {
    /*padding-left: 60px;*/
  }
  .site-header.header-one .header-navigation .container {
    padding-left: 0;
    overflow: hidden;
  }
  .site-header.header-one .header-navigation ul.navigation-box>li {
    padding: 0;
  }
  .site-header.header-one .header-navigation ul.navigation-box>li+li {
    margin-left: 0;
  }
  .header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    background-color: #fff;
  }
  .site-header.header-one .header-navigation.stricky-fixed .container {
    overflow: visible;
  }
  .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
  }
  .site-header.header-two .header-navigation .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header.header-two .header-navigation .container .menu-toggler {
    color: #FFC000;
  }
  .site-header.header-two .header-navigation ul.navigation-box>li {
    padding: 0;
  }
  .site-header.header-two .header-navigation .container .right-side-box {
    top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .site-header.header-one .header-navigation ul.navigation-box>li.current>a,
  .site-header.header-one .header-navigation ul.navigation-box>li:hover>a {
    color: #FFC000;
  }
}

@media(max-width: 320px) {}

@media(min-width: 1200px) {
  .about-image-block p {
    display: none;
  }
}

@media(max-width: 1199px) {
  .about-style-one .video-block-one {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .about-style-one hr.style-one {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .about-style-one .video-block-one .image-block {
    -webkit-box-ordinal-group: 1;
    order: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-style-one .video-block-one .image-block .inner-block {
    width: 100%;
  }
  .about-style-one .video-block-one .content-block {
    padding-bottom: 40px;
  }
  .about-style-one .text-block>p {
    display: none;
  }
  .about-style-one .high-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-style-one .high-gutter>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-style-one .call-block {
    flex-direction: column;
  }
  .about-style-one .call-block .left-block {
    margin-bottom: 20px;
  }
  .about-image-block p {
    display: block;
    margin-top: 40px;
  }
  .single-taxi-fare-one {
    padding: 50px;
  }
  .single-blog-style-one {
    margin-bottom: 30px;
  }
  .single-blog-style-two {
    flex-direction: column;
  }
  .single-blog-style-two .image-block {
    -webkit-box-ordinal-group: 1;
    order: 0;
    width: 100%;
  }
  .single-blog-style-two .image-block .inner-block {
    width: 100%;
  }
  .blog-style-two-row [class*=col-]+[class*=col-] {
    margin-top: 0px;
  }
  .single-blog-style-two .text-block {
    padding: 40px;
  }
  .about-style-three .content-block .block-title h2 {
    font-size: 40px;
  }
  .cta-style-three .content-block .app-btn {
    padding-left: 45px;
    padding-right: 30px;
  }
  .cta-style-three .content-block .app-btn i.icon {
    font-size: 20px;
    left: 20px;
  }
  .about-style-two .content-block .block-title br {
    display: none;
  }
  .block-title h2 {
    font-size: 45px;
  }
  .book-ride-one .content-block>p br {
    display: none;
  }
  .site-header.header-one .header-navigation .container .right-side-box {
    right: -1px;
  }
  .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
  .site-header.header-one .stricky-fixed.header-navigation .container .logo-box {
    padding-left: 0;
  }
}

@media(max-width: 991px) {
  .site-header.header-one .top-bar .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-header.header-one .top-bar .logo-block {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner-style-one .banner-title {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-style-one p {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-style-one .slide {
    padding-bottom: 120px;
  }
  .book-ride-one .content-block {
    margin-bottom: 50px;
  }
  .about-image-block p {
    margin-bottom: 40px;
  }
  .cta-style-two .container {
    flex-direction: column;
    text-align: center;
  }
  .cta-style-two .container .button-block {
    margin-top: 40px;
  }
  .taxi-style-one {
    padding-bottom: 90px;
  }
  .single-taxi-one {
    margin-bottom: 30px;
  }
  .feature-style-one .row [class*=col-]:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .single-taxi-fare-one {
    padding: 100px;
  }
  .block-text p br {
    display: none;
  }
  .blog-style-two-row [class*=col-]+[class*=col-] {
    margin-top: 30px;
  }
  .site-footer .footer-widget {
    margin-bottom: 40px;
  }
  .site-footer .upper-footer {
    padding-bottom: 70px;
  }
  .site-header.header-two .top-bar .inner-container {
    flex-direction: column;
  }
  .site-header.header-two .top-bar .logo-block {
    margin-bottom: 15px;
  }
  .about-style-two .image-block {
    margin-top: 40px;
    margin-left: 0;
  }
  .history-style-one .history-carousel-block {
    margin-right: 0;
  }
  .history-style-one .block-title {
    margin-top: 40px;
  }
  .single-taxi-details-one .image-block {
    margin: 0;
    margin-bottom: 40px;
  }
  .sidebar {
    margin-top: 50px;
  }
}

@media(max-width: 767px) {
  img {
    max-width: 100%;
  }
  .about-img-wrap img:nth-child(2) {
    display: none;
  }
  .site-header.header-one .top-bar {
    background-color: #111;
  }
  .site-header.header-one {
    position: relative;
  }
  .banner-style-one {
    margin-top: -86px;
  }
  .banner-style-one .slide {
    padding: 100px 0;
    padding-top: 186px;
  }
  .taxi-style-one .tab-title {
    margin-bottom: 50px;
  }
  .taxi-style-one .tab-title li {
    margin-bottom: 10px !important;
  }
  .cta-style-one h3,
  .cta-style-two h3,
  .inner-banner h2,
  .block-title h2 {
    font-size: 40px;
  }
  .single-taxi-fare-one {
    padding: 40px;
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn.left-btn,
  .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 3%;
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn.right-btn,
  .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: 3%;
  }
  .brand-carousel-one {
    padding: 50px 0;
  }
  .single-taxi-faq-one .container,
  .contact-form-style-one,
  .team-style-one,
  .cta-style-three .content-block,
  .offer-style-one,
  .blog-style-one,
  .testimonials-style-one,
  .taxi-fare-one,
  .feature-style-one,
  .taxi-style-one,
  .funfact-style-one,
  .about-style-one,
  .book-ride-one {
    padding-top: 65px;
  }
  .contact-form-style-one,
  .offer-style-one,
  .site-footer .upper-footer,
  .taxi-style-one,
  .funfact-style-one {
    padding-bottom: 50px;
  }
  .single-taxi-faq-one .container,
  .single-blog-details-page,
  .cta-style-three .content-block,
  .cta-style-one,
  .blog-style-one,
  .about-style-one {
    padding-bottom: 80px;
  }
  .feature-style-one,
  .cta-style-two {
    padding-bottom: 118px;
  }
  .team-style-one,
  .book-ride-one {
    padding-bottom: 98px;
  }
  .single-blog-details-page,
  .cta-style-three,
  .cta-style-one,
  .cta-style-two {
    padding-top: 80px;
  }
  .testimonials-style-one,
  .taxi-fare-one {
    padding-bottom: 70px;
  }
  .site-footer .upper-footer {
    padding-top: 118px;
  }
  .site-header.header-two .top-bar .contact-infos {
    flex-direction: column;
  }
  .banner-style-two .banner-circle {
    height: 510px;
  }
  .banner-style-two h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .about-style-three .right-block .right-upper-block,
  .about-style-three .left-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-style-three .right-block .right-upper-block {
    padding-bottom: 64px;
  }
  .about-style-three .cta-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-banner {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: -86px;
  }
  .history-style-one,
  .about-style-two,
  .single-taxi-details-one,
  .blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .team-page {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media(max-width: 575px) {
  .single-blog-details-page .share-block,
  .site-footer .bottom-footer .inner-container {
    flex-direction: column;
  }
  .testimonials-style-one .testimonials-one-pager {
    margin-bottom: 30px;
  }
  .testimonials-style-one .testimonials-one-pager .pager-item {
    margin: 0 !important;
  }
  .testimonials-style-one .testimonials-one-pager .pager-item:not(.active) {
    display: none;
  }
  .testimonials-style-one .testimonials-one-slider-btn {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn+.carousel-btn {
    margin-left: 15px;
  }
  .single-blog-details-page .share-block .social-block {
    margin-top: 15px;
  }
}

@media(max-width: 480px) {
  .banner-style-two .banner-circle {
    height: 450px;
  }
  .banner-style-two h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-style-three .tag-line span {
    font-size: 35px;
  }
  .about-style-three .right-block .right-bottom-block .content-block {
    flex-direction: column;
  }
  .about-style-three .right-block .right-bottom-block .content-block .icon-block {
    margin-bottom: 15px;
  }
  .single-taxi-faq-one .accrodion-grp .accrodion .accrodion-title h4:before {
    right: -15px;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: translate(0);
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn+.carousel-btn {
    margin-left: 15px;
  }
  .main-banner-wrapper {
    position: relative;
  }
  .carousel-btn-block {
    position: absolute;
    bottom: 60px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 99;
  }
  .banner-style-one .slide {
    padding-bottom: 155px;
  }
}

@media(max-width: 375px) {
  br {
    display: none;
  }
  .site-header.header-one .top-bar .left-block a {
    /*display: block;*/
    margin: 0 !important;
  }
  .banner-style-one .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-style-one p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn,
  .main-banner-wrapper .carousel-btn-block .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .testimonials-style-one .testimonials-one-slider-btn .carousel-btn i,
  .main-banner-wrapper .carousel-btn-block .carousel-btn i {
    line-height: 36px;
  }
  .single-testimonial-one p {
    font-size: 25px;
    line-height: 40px;
  }
  .site-footer .bottom-footer .inner-container .left-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block {
    display: none;
  }
  .site-header.header-one .header-navigation .right-side-box .contact-btn-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header.header-one .header-navigation .container .logo-box {
    padding-left: 30px;
  }
  .cta-style-one h3,
  .cta-style-two h3,
  .single-blog-details-page .single-blog-style-one .post-title,
  .block-title h2 {
    font-size: 30px;
    line-height: 1.45em;
  }
  .single-taxi-fare-one .fare-btn {
    padding-left: 31.5px;
    padding-right: 31.5px;
  }
  .single-taxi-fare-one .top-block {
    flex-direction: column;
  }
  .single-taxi-fare-one .top-block .text-block {
    padding-left: 0;
    padding-top: 15px;
  }
  .single-blog-style-one .text-block h3 {
    font-size: 20px;
  }
  .banner-style-two .banner-circle {
    height: 345px;
  }
  .banner-style-two h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .cta-style-three .content-block .app-btn+.app-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .single-blog-details-page .share-block {
    padding: 30px;
  }
  .single-blog-details-page .single-comment-one {
    flex-direction: column;
  }
  .single-blog-details-page .single-comment-one .text-block {
    padding-left: 0;
    padding-top: 40px;
  }
  .contact-page-map-wrapper .contact-info-block {
    max-width: 290px;
    left: 15px;
  }
  .about-style-three .cta-block a {
    font-size: 30px;
  }
}

@media(max-width: 320px) {
  .banner-style-two .banner-circle {
    height: 290px;
  }
  .banner-style-two h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .banner-style-two .banner-btn {
    padding: 9.5px 35px;
    font-size: 14px;
  }
  .single-blog-details-page .share-block .left-block p a {
    margin-bottom: 10px;
  }
}

@media(max-width:380px) {
  .h3 {
    font-size: 20px !important;
  }
  #about_us .h3 {
    margin-top: 15px;
  }
}

@media(max-width:500px) {
  .block-title {
    margin-bottom: 30px;
  }
}

/* =================================================================
================================================================= */

@media (max-width: 767.98px) {
  .cab-box .text-md-right {
    text-align: left !important;
    margin-top: 15px;
  }
  .cab-box .select-btn {
    width: 100%;
  }
  .cab-box .cab-title {
    font-size: 14px;
  }
  .cab-box .discount {
    font-size: 11px;
  }
  .cab-box .final-price {
    font-size: 16px;
    margin: 0;
  }
  .cab-box .tax-note {
    font-size: 10px;
  }
  .cab-box .cab-details {
    font-size: 12px;
    margin-top: 0;
  }
  .cab-box .cab-footer a {
    display: none;
  }
  .cab-box .btn-theme {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .cab-box .cab-footer {
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .cab-box .cab-body {
    padding: 8px;
  }
  .review-area .payment-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-bottom: 0 !important;
    /* opacity: 0; */
  }
  .review-area .payment-btn-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 50px;
    z-index: 10;
    background: #fff;
  }
  .review-area {
    padding-top: 30px;
    padding-bottom: 200px !important;
  }
  .payment-box .Payment_List li {
    padding-bottom: 0px;
    font-size: 12px;
  }
  .review-area .btn-theme {
    margin-top: 0 !important;
    width: 50%;
    float: right;
  }
  .fare-toggle {
    float: left;
    margin-top: 5px;
  }
  .Payment_List {
    margin-bottom: 6px;
  }
  .review-area .right_card {
    margin-top: 20px;
  }
  .review-area .traveller_details .list-group li {
    font-size: 14px;
  }
}
/* 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;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}

@media only screen and (max-width: 480px) {
  .modal-content {
    width: 90%;
    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;
}
@media(max-width: 768px){
  .header-layout4 .header-top{
    width: 100%;
    padding: 0;
  }
  .header-layout4 .header-contact li{
    gap: 5px;
  }
  .header-contact li a{
    margin-right: 7px;
  }
  .header-layout4 .header-top__left{
    padding: 3px 15px;
    justify-content: center;
  }
  .header-layout4 .header-contact li{
    font-size: 14px;
  }
  .header_pop{
    padding: 10px 14px;
    font-size: 14px;
  }
  .header-layout4 .sticky-wrapper .header-box{
    padding: 0;
  }
  .vs-logo img{
    padding: 3px 0;
  }
  .home-booking-form .tab_form .h4{
    padding-bottom: 14px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
  }
  .home-booking-form #main_tab .nav-item .nav-link.active{
    transform: none;
  }
  .home-booking-form .swipIcon{
    right: 21px !important;
    transform: rotate(-90deg);
    left: auto;
    top: 40px;
  }
  .home-booking-form .swipIcon:before{
    margin-top: -1px;
  }
  .tab_form form .input-group{
    margin-bottom: 12px;
  }
  .sec-title{
    font-size: 30px;
  }
  .about-layout1 .about-list3 .list-item .about-icon{
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 10px;
    line-height: 60px;
  }
  .about-layout1 .about-list3 .list-item .about-icon img{
    width: 64%;
  }
  .about-layout1 .about-bottom .vs-btn{
    margin-right: 10px;
    font-size: 15px;
    padding: 9px 12px;
    border-radius: 5px;
  }
  .item2{
    gap: 8px;
  }
  .about-layout1 .about-bottom .item2 .item2__icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-layout1 .about-bottom .item2 .item2__icon img{
    max-width: 20px;
  }
  .img-box3 .img1{
    width: 100%;
  }
  .about-layout1 .img-box3 .img3{
    border-radius: 15px;
    border: none;
    margin-left: 0;
    width: 79%;
    height: 170px;
    object-fit: cover;
    margin-left: auto;
    margin-right: 5px;
  }
  .destination-style1 img{
    height: 360px;
  }
  .destination-style1 .destination-text{
    font-size: 12px;
  }
  .hero-layout.hero_conte .hero-mask{
    padding-block: 30px;
  }
  .hero-layout.hero_conte .hero-mask .hero-subtitle{
    font-size: 20px;
  }
  .hero-layout.hero_conte .hero-text{
    font-size: 15px;
    line-height: 1.3;
  }
  .hero-layout .hero-img .img1{
    height: 300px;
  }
  .hero-layout .hero-img .img2{
    height: 200px;
  }
  .hero-layout .slide-count{
    margin-top: 15px;
  }
  .fact--layout1 .row{
    justify-content: center;
  }
  .why_shape img{
    max-width: none;
    width: 300%;
  }
  .taxi__gif{
    left: -110px;
    width: 100px;
    animation: taxiMove 15s  linear infinite;
  }
  @keyframes taxiMove {
    0% {
      left: -110px;
      transform: scaleX(1);
    }
    50% {
      left: calc(100% + 110px);
      transform: scaleX(1);
    }
    50.01% {
      left: -110px;
      transform: scaleX(1);
    }
    100% {
      left: calc(100% + 110px);
      transform: scaleX(1);
    }
  }
  .shape-mockup-wrap .title-area{
    margin-bottom: 15px;
  }
  .shape-mockup-wrap .row.justify-content-between.align-items-center{
    justify-content: center !important;
  }
  .features-style3 .features-image{
    margin-bottom: 15px;
  }
  .testimonial-style5 .title-area.text-end{
    text-align: center !important;
  }
  .benefits--layout1 .accordion-style1 .accordion-button{
    line-height: 18px;
  }
  .accordion .card .card-header{
    padding: 10px;
    padding-right: 30px;
  }
  .benefits--layout1 .accordion-style1 .accordion-button::before{
    right: -25px;
  }
  .footer-widget{
    margin-bottom: 30px !important;
  }
  .footer-layout1 .footer-widget.widget_nav_menu, .footer-layout4 .footer-widget.widget_nav_menu, .footer-layout5 .footer-widget.widget_nav_menu{
    margin-bottom: 30px;
  }
  .contact-box{
    margin-bottom: 13px;
  }
  #enquiryModal .modal_title{
    font-size: 20px;
  }
}
.common-booking-form .home-booking-form{
  position: static;
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
}
.common-booking-form .home-booking-form .tab_form .h4{
  text-decoration: none;
  padding-bottom: 15px;
}
.common-booking-form .home-booking-form #main_tab .nav-item{
  width: 50%;
  margin-bottom: 0 !important;
}
.common-booking-form .home-booking-form #main_tab .nav-item .nav-link.active{
  transform: none;
}
.common-booking-form    .home-booking-form .swipIcon {
  right: 21px !important;
  transform: rotate(-90deg);
  left: auto;
  top: 40px;
}
.common-booking-form  .home-booking-form .swipIcon:before{
  margin-top: -3px;
}
.common-booking-form .tab_form form .input-group{
  margin-bottom: 10px;
}
.common-booking-form  .container-fluid{
  padding: 0;
}
.breadcrumb__links{
  padding: 0;
}
.breadcrumb__text h2{
  font-size: 30px;
}
.breadcrumb__links a{
  font-size: 14px;
}
.breadcrumb__links span:last-child{
  font-size: 14px;
}
@media(max-width: 768px){
  .breadcrumb__text h2{
    font-size: 21px;
  }
  .hero-layout4 .hero-slide, .hero-layout5 .hero-slide{
    padding: 0 !important;
    height: 200px;
  }
  .hero__content{
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-align: center;
  }
}
.modal-header .img-container{
  width: 100%;
}
#enquiryModal .img-container img{
  height: 200px;
  object-fit: cover;
}
/* ---- reset ---- */

#particles-js {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1040; pointer-events: none;
} 
.stickey____btn{
  display: none;
}
.will-sticky .sticky-active .stickey____btn{
  display: inline-block;
}
@media(max-width: 768px){
  .search-details .locationbox ul{
    width: 100%;
  }
  .locationbox ul li{
    padding-bottom: 6px;
  }
  .locationbox ul li:last-child{
    padding-top: 6px;
    padding-bottom: 0;
  }
  .search-details .locationbox ul li span span{
    display: none;
  }
  .search-details .head p span{
    font-size: 13px;
  }
  .main_taxi_row{
    margin-inline: -5px;
  }
  .main_taxi_row>*{
    padding-inline: 5px;
  }
  .cab-box .discount{
    line-height: 1.2;
  }
  .cab-box .cab-title{
    line-height: 1;
  }
  .cab-box .cab-details{
    line-height: 1.2;
  }
  .image_col{
    padding-inline: 5px;
  }
  .mainn_row{
    margin-inline: 0;
  }
  .content_col{
    padding-inline: 5px;
  }
  .cab-box .cab-title{
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .cab-box .cab-details{
    letter-spacing: -0.03em;
    font-size: 11px;
  }
}
 thead.text-white th{
  color: #fff;
}

.small-section .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.small-section .accordion-button {
  background-color: #f8f9fa;
  color: #212529;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.small-section .accordion-button.collapsed {
  background-color: #fff;
}

.small-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.small-section .accordion-button::after {
  content: '\25bc';
  margin-left: auto;
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.small-section .accordion-button[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.small-section .accordion-collapse {
  transition: height 0.3s ease;
}
.small-section .accordion-header{
  margin-bottom: 0;
}
.small-section .accordion-body {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}