#partners img {
  max-width: 120px;
  max-height: 60px;
}

h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
.h1.yellow {
  text-shadow: 2px 2px black;
}

.gallery-page.gallery-4 .descr ul li,
.gallery-page.gallery-4 .descr a {
  font-size: 14px;
}

.gallery-page .descr .fa {
  font-size: 1em;
  color: #FFB000;
}

ul.disc,
ul.check {
  margin-top: 0px;
  line-height: 2em;
}

.servicesIcon {
  color: #ff6a00ed;
  font-size: 4em;
}

a:hover,
a:active {
  color: #ff6a00ed;
}


.footer-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 0;
  display: block;
}

.footer-call {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  left: 0;
  display: block;
}

.blog-item {
  padding: 20px;
  margin-bottom: 25px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.blog-area {
  position: relative
}

.blog-item {
  padding: 20px;
  margin-bottom: 25px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  transition: var(--transition)
}

.blog-item-img {
  border-radius: 15px;
  overflow: hidden
}

.blog-item-img img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1)
}

.blog-item-info {
  padding: 15px 0 0
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 18px
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark)
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color)
}

.blog-item-meta a:hover {
  color: var(--theme-color)
}

.blog-title {
  font-size: 22px;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  text-transform: capitalize
}

.blog-item-info p {
  margin-bottom: 16px
}

.blog-item-info .theme-btn {
  margin-top: 15px
}

.blog-item-info h4 a {
  color: var(--color-dark)
}

.blog-item-info h4 a:hover {
  color: var(--theme-color)
}

.blog-thumb-img {
  margin-bottom: 20px
}

.blog-single-content img {
  border-radius: 15px
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px
}

.blog-meta .blog-meta-left ul li {
  font-weight: 500
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color)
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500
}

.blog-meta a:hover {
  color: var(--theme-color)
}

.blog-details-title {
  font-size: 34px;
  color: var(--color-dark)
}

.blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0;
  position: relative;
  z-index: 1
}

.blockqoute::before {
  content: "\f10e";
  position: absolute;
  right: 150px;
  top: -20px;
  font-size: 140px;
  font-family: 'font awesome 6 pro';
  color: var(--theme-color);
  opacity: .2;
  z-index: -1
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark)
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px
}

.blog-details-tags h5 {
  color: var(--color-dark)
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 3px 18px;
  border-radius: 50px;
  transition: var(--transition)
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--theme-bg-light);
  border-radius: 15px;
  margin: 50px 0;
  padding: 20px
}

.blog-author-img {
  width: 350px;
  padding: 8px;
  border: 5px solid transparent;
  border-right-color: var(--theme-color);
  border-radius: 50%
}

.blog-author-img img {
  border-radius: 50%
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0
}

.author-info {
  padding: 0 20px
}

.author-social {
  margin-top: 10px
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition)
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color)
}

.blog-comments {
  margin-bottom: 50px
}

.blog-comments h3 {
  color: var(--color-dark)
}

.blog-comments-wrapper {
  margin: 30px 0
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px
}

.blog-comments-single img {
  border-radius: 50%
}

.blog-comments-content {
  padding: 0 0 0 20px
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color)
}

.blog-comments-content a:hover {
  color: var(--color-dark)
}

.blog-comments-content h5 {
  color: var(--color-dark)
}

.blog-comments-reply {
  margin-left: 50px
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: var(--theme-bg-light)
}

.blog-comments-form h3 {
  margin-bottom: 20px
}

.blog-comments-form .form-group {
  margin-bottom: 20px
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition)
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color)
}

@media all and (max-width:767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px
  }

  .author-info {
    margin-top: 25px
  }

  .blog-author-img {
    border: none
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px
  }

  .blog-comments-single img {
    margin: 0 auto 20px
  }

  .blog-comments-reply {
    margin-left: 0
  }
}

.widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark)
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap';

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Inter', sans-serif;
  --theme-color: #ff6a00ed;
  --theme-bg-light: #F9F9F9;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #111111;
  --color-green: #11B76B;
  --color-blue: #0049D0;
  --color-yellow: #ff6a00ed;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
}


.rate-item {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgb(6 22 58/10%);
  transition: all .9s ease-in-out;
  z-index: 1
}

.rate-item:hover {
  transform: translateY(-10px)
}

.rate-header-content {
  margin: 30px 0 80px;
  text-align: center
}

.rate-header-content h4 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase
}

.rate-header-content p {
  color: var(--theme-color);
  font-weight: 500
}

.rate-content {
  background: var(--color-dark);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1
}

.rate-content::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/shape-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1
}

.rate-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  font-size: 56px;
  color: var(--color-white);
  background: var(--theme-color);
  position: relative;
  box-shadow: var(--box-shadow);
  margin: -80px auto 0
}

.rate-icon::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 2px dashed var(--theme-color);
  border-radius: 50%;
  animation: rotate 9s linear infinite
}

@keyframes rotate {
  100% {
    transform: rotate(180deg)
  }
}

.rate-icon img {
  width: 55px
}

.rate-feature {
  margin-top: 30px
}

.rate-feature ul {
  margin-bottom: 25px
}

.rate-feature ul li {
  position: relative;
  margin: 10px 0;
  color: #fff
}

.rate-feature ul li i {
  color: var(--theme-color);
  margin-right: 5px
}

.rate-feature ul li span {
  float: right
}

.rate-item .theme-btn {
  width: 100%
}

.rate-item .theme-btn:hover {
  color: var(--color-dark)
}

.rate-item .theme-btn::before {
  background: var(--color-white)
}

.taxi-area {
  position: relative
}

.taxi-item {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow)
}

.taxi-img {
  width: 100%;
  padding: 20px;
  background: var(--theme-bg-light);
  border-radius: 15px
}

.taxi-img img {
  width: 100%;
}

.taxi-head {
  text-align: center;
  margin-top: 25px;
}

.taxi-head h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase
}

.taxi-head span {
  font-weight: 500;
  color: var(--theme-color)
}

.taxi-feature {
  padding-top: 20px;
  margin: 20px 0 0px;
  border-top: 1px solid var(--border-info-color);
  position: relative
}

.taxi-feature::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: var(--theme-color);
  border-radius: 50px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%)
}

.taxi-feature ul li {
  padding: 4px 0
}

.taxi-feature ul li span {
  float: right
}

.taxi-feature ul li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--color-white);
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  background: var(--theme-color)
}

.taxi-content .theme-btn {
  width: 100%
}
.taxi-content button{
  width: 100%;
}
.filter-btns {
  text-align: center;
  margin-bottom: 40px
}

.filter-btns li {
  display: inline-block;
  background: var(--color-dark);
  color: var(--color-white);
  border-radius: 50px;
  margin: 0 5px 8px 0;
  padding: 8px 25px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px
}

.filter-btns li.active {
  background: var(--theme-color)
}

.taxi-single-img {
  display: flex;
  align-items: center;
  height: 500px;
  border-radius: 20px;
  background: var(--theme-bg-light);
  position: relative
}

.taxi-single-img::before {
  content: "";
  position: absolute;
  border: 5px solid var(--theme-color);
  border-radius: 20px;
  width: 95%;
  height: 95%;
  left: -30px;
  bottom: -30px;
  z-index: -1
}

.taxi-single-img img {
  margin-left: -90px;
  max-width: fit-content
}

.taxi-single-details {
  padding-left: 70px
}

.taxi-single-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color)
}

.taxi-single-tagline {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px
}

.taxi-single-meta {
  margin-top: 10px
}

.taxi-single-meta li {
  display: inline-block;
  margin-right: 12px
}

.taxi-single-meta li i {
  color: var(--theme-color);
  margin-right: 5px
}

.taxi-single-meta span {
  font-weight: 500
}

.taxi-key-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px
}

.taxi-key-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px
}

.taxi-key-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
  margin-top: 6px
}

.taxi-key-content {
  flex: 1
}

.taxi-key-item p {
  font-weight: 500
}

.taxi-single-btn {
  margin-top: 20px
}

.taxi-single-overview {
  margin-top: 80px;
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 15px
}

.taxi-single-list li {
  margin: 5px 0
}

.taxi-single-list li i {
  color: var(--theme-color);
  margin-right: 5px
}

@media all and (max-width:1199px) {
  .taxi-single-img img {
    margin-left: -10px;
    max-width: 100%
  }

  .taxi-single-details {
    padding-left: 20px
  }
}

@media all and (max-width:991px) {
  .taxi-single-details {
    margin-top: 80px
  }
}

@media all and (max-width:767px) {
  .taxi-single-img {
    margin-left: 25px;
    height: 300px
  }
}