@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;0,900;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}

.text-theme {
  color: #f44336;
}

.bg-theme {
  color: #f44336;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f44336;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f44336;
}

/* ::-webkit-scrollbar {
  display: none;
} */

.limit{
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

a {
  text-decoration: none;
  color: #212529;
}

.heading {
  font-weight: 600;
  letter-spacing: 3px;
  color: #f44336;
}

.top-header {
  font-size: 14px;
  background-color: #0c0b13;
}

.top-header .social-links i {
  padding: 0 10px;
}

.header-section {
  background: #fff;
}

.header-section .navbar-nav {
  margin-left: auto;
}

.header-section .navbar-nav .nav-item {
  padding-left: 20px;
}

.header-section .navbar-nav .nav-item .nav-link {
  font-size: 18px;
}

.header-section .navbar-nav .nav-item .nav-link.active {
  color: #f44336;
}

.header-section .navbar-nav .nav-item .nav-link:hover {
  color: #f44336;
}

.about-section {
  padding: 4rem 0;
}

.about-section .content {
  font-size: 18px;
  font-weight: 400;
  color: #6e6e6e;
  word-spacing: 2px;
}

.about-section .content p {
  margin: 8px;
}

.why-us-section {
  padding: 4rem 0;
}

.why-us-section iframe {
  width: 100%;
}

.why-us-section h2 {
  font-weight: 600;
}

.taxi-services-section {
  background: #f7feff;
  padding: 4rem 0;
}

.taxi-services-section .service-card {
  border: none;
  -webkit-box-shadow: 0px 1px 6px 0px #00000073;
          box-shadow: 0px 1px 6px 0px #00000073;
}

.service-title {
  font-family: 'Dancing Script', cursive;
  font-size: 23px;
  color: #f44336;
}

.header-effect {
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 1px -1px 11px 3px #0606062e;
          box-shadow: 1px -1px 11px 3px #0606062e;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .mob-hidden {
    display: none !important;
  }
  .about-section, .taxi-services-section, .why-us-section, .testimonials, .taxi-section, .pricing-section {
    padding: 2rem 0 !important;
  }
  
  .service-title {
    font-size: 18px;
  }

  .about-section .content {
    font-size: 14px;
   }
}

/* ************************* Testimonial ************************** */
.testimonials {
  padding: 4rem 0;
  background: aliceblue;
  font-size: 21px;
  color: rebeccapurple;
  font-family: serif;
}

.testimonials .item-title {
  font-size: 21px;
  color: #000;
  font-family: serif;
}

#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.our-brands-section .owl-carousel .owl-item img, .our-prestigious-clients-section .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #4280bd;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.6);
          transform: translate3d(0px, -50%, 0px) scale(0.6);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
          transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 100%;
}

/* ************************* End Testimonial ************************** */
/* ************************* Footer ************************** */
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e96b56;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  /* line-height: 1; */
}

#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* ************************* End Footer ************************** */
header.header-section {
  border-bottom: 1px solid #e9e2e2;
}

.taxi-section{
  padding: 4rem 0;
}

strong,  b{
  font-weight: 600;
}

.pricing-section{
  padding: 4rem 0;
}

/* ************************* Contact ************************** */
.custom-contact-container .error {
  color: red;
  font-size: 14px;
}

::placeholder {
  color: #fff;
  opacity: 1
}

.custom-contact-container .container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.custom-contact-container .form {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.custom-contact-container .contact-info-form {
  background-color: #f443366b;
  position: relative
}

.custom-contact-container .info p {
  margin: 0;
  margin-left: 14px;
}

.custom-contact-container .info i {
  font-size: 34px;
}

.custom-contact-container .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #f44336);
  position: absolute
}

.custom-contact-container .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px
}

.custom-contact-container .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px
}

.custom-contact-container .contact-info-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #f44336;
  transform: rotate(45deg);
  bottom: 66px;
  left: -13px
}

.custom-contact-container form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative
}

.custom-contact-container .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem
}

.custom-contact-container .social-input-containers {
  position: relative;
  margin: 1rem 0
}

.custom-contact-container .input {
  width: 100%;
  outline: none;
  border: 1px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: 0.3s
}

.custom-contact-container textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 4px;
  resize: none;
  overflow-y: auto
}

.custom-contact-container .social-input-containers.textarea label {
  top: 1rem;
  transform: translateY(0)
}

.custom-contact-container .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0
}

.custom-contact-container .btn:hover {
  background-color: transparent;
  color: #fff
}

.custom-contact-container .social-input-containers span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500
}

.custom-contact-container .social-input-containers span:before,
.custom-contact-container .social-input-containers span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #f44336;
  top: 50%;
  transform: translateY(-50%)
}

.custom-contact-container .social-input-containers span:before {
  left: 50%
}

.custom-contact-container .social-input-containers span:after {
  right: 50%
}

.custom-contact-container .social-input-containers.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem
}

.custom-contact-container .social-input-containers.focus span:before,
.custom-contact-container .social-input-containers.focus span:after {
  width: 50%;
  opacity: 1
}

.custom-contact-container .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative
}

.custom-contact-container .contact-info .title {
  color: #f44336
}

.custom-contact-container .text {
  color: #333;
  margin: 1.5rem 0 2rem 0
}

.custom-contact-container .social-information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem
}

.custom-contact-container .icon {
  width: 28px;
  margin-right: 0.7rem
}

.custom-contact-container .social-media {
  padding: 2rem 0 0 0
}

.custom-contact-container .social-media p {
  color: #333
}

.custom-contact-container .social-icons {
  display: flex;
  margin-top: 0.5rem
}

.custom-contact-container .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 43px;
  background: linear-gradient(45deg, #f44336, #f44336);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s
}

.custom-contact-container .social-icons a:hover {
  transform: scale(1.05)
}

.custom-contact-container .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #f44336;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3
}

.custom-contact-container .social-information i {
  font-size: 22px;
  color: #f44336;
  width: 30px;
  align-self: start;
  text-align: center;
}

.custom-contact-container .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f44336, #cb0b0b);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%)
}

.custom-contact-container .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px)
}

.custom-contact-container .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 15px;
}
.my-float {
    margin-top: 16px;
}

@media (min-width: 992px) {

  .custom-contact-container {
      padding: 4rem 0;
  }

  .custom-contact-container .form {
      padding: 2rem 1rem;
  }

}

@media (max-width: 850px) {
  .custom-contact-container {
      padding: 2rem 0 0 0;
  }

  .custom-contact-container .form {
      grid-template-columns: 1fr
  }

  .custom-contact-container .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95)
  }

  .custom-contact-container .contact-info-form:before {
      top: -13px;
      left: initial;
      right: 70px
  }

  .custom-contact-container .square {
      transform: translate(140%, 43%);
      height: 350px
  }

  .custom-contact-container .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%
  }

  .custom-contact-container .custom-contact-container .text {
      margin: 1rem 0 1.5rem 0
  }

  .custom-contact-container .social-media {
      padding: 1.5rem 0 0 0
  }
}

@media (max-width: 480px) {
  .custom-contact-container .container {
      padding: 1.5rem
  }

  .custom-contact-container .contact-info:before {
      display: none
  }

  .custom-contact-container .square,
  .custom-contact-container .big-circle {
      display: none
  }

  .custom-contact-container form,
  .custom-contact-container .contact-info {
      padding: 1.7rem 1.6rem
  }

  .custom-contact-container .text,
  .custom-contact-container .social-information,
  .custom-contact-container .social-media p {
      font-size: 0.8rem
  }

  .custom-contact-container .title {
      font-size: 1.15rem
  }

  .custom-contact-container .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px
  }

  .custom-contact-container .icon {
      width: 23px
  }

  .custom-contact-container .input {
      padding: 0.45rem 1.2rem
  }

  .custom-contact-container .btn {
      padding: 0.45rem 1.2rem
  }
}

.custom-contact-container .info p {
  font-size: 13px;
}


/* ************************* End Contact ************************** */

.submenu {
  width: 100%;
  border-bottom: 3px solid #f44336 !important;
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f44336;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .submenu { width: 236px; }
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */