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

:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #E57F47;
  --theme-color-second: #000;
  --theme-bg-color: #000;
  --theme-heading-font: "Poppins", sans-serif;
  --theme-default-font: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--theme-default-font);
}

a {
  color: var(--theme-color);
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {}

h2 {}

h3 {}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

.gaping {
  margin-top: 0px;
}

section {
  padding: 70px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
  z-index: 99;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}

/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}

.btn1:hover {
  background: initial;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.btn_gap {
  margin-right: 7px;
}

.btn2 {
  background: initial;
  border: 1px solid var(--theme-color);
  padding: 11px 0px;
  display: inline-block;
  color: var(--theme-color);
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}

.btn2:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #ffffff;
}

.heading h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

.heading h3 {
  font-size: 23px;
  font-weight: 600;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}


/* ---------Nav ber------------- */
.small {
  display: none;
}
.main_header {
  width: 100%;
  padding: 1px 0;
}
.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 30px;
}
.main_header .hd_btn_sec span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0px;
  width: 100%;
  transition: all 0.7s;
}
.main_header .main_navbar img {
  width: 305px;
}
.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}
.sub_drop.list-unstyled li a {
  padding: 15px 9px !important;
}
.main_header .nav_menu .nav_ul li {
  margin-left: 35px;

}
.main_header .nav_menu .nav_ul li:hover a::after {
  width: 100%;
}
.main_header .nav_menu .nav_ul li.active a::after {
  width: 100%;
}
.main_header .nav_menu .nav_ul li a {
  color: #000;
  font-family: var(--theme-default-font);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.6s;
}
.main_header .nav_menu .nav_ul li a:hover {
  color: var(--theme-color);
}

.main_header .navbar_logo a img {
  width: 140px;
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1230px;
  }
}
.hd_btn_sec select {
  font-size: 14px;
  border-radius: 2px;
  outline: none;
  border: #fff;
  padding: 3px 13px;
}
.main_content {
  display: flex;
}
.main_content .content_left {
  transition: margin-left 0s;
  width: 80%;
}
.main_content .content_right {
  transition: margin-left 0s;
  width: 20%;
  padding: 15px;
  border: 1px solid #888888ad;
}
.content_right h4 {
  text-align: center;
  color: #1e1e1e;
}
.home-slider .banner_padding {
	padding: 175px 0 190px;
}
.hd_btn_sec .btn1 {
  width: 170px;
  margin-right: 10px;
}
.hd_btn_sec .btn2 {
  width: 170px;
}
.banner_slider1 {
  background:  url('../image/banner2.webp') no-repeat center;
  background-size: cover;
}
.banner_slider2 {
  background:url('../image/banner1.webp') no-repeat center;
  background-size: cover;
}

.banner_heading {
  color: #fff;
}
.banner_heading h1 {
	font-size: 55px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	-webkit-text-stroke: 1px #FFFFFFA8;
	line-height: 65px;
	font-weight: 600;
}
.banner_heading h5 {
  font-size: 18px;
  font-weight: 400;
}

.home-slider {
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}

/*Default Owl nav*/
.owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #F6F6F7;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
  left: auto;
}

/* Default Slider Animations */
.owl-item.active .banner_heading h1 {
  -webkit-animation: fadeInUp 2500ms ease-in-out;
  animation: fadeInUp 2500ms ease-in-out;
}

.owl-item.active .banner_heading h5 {
  -webkit-animation: fadeInUp 3000ms ease-in-out;
  animation: fadeInUp 3000ms ease-in-out;
}

.owl-item.active .banner_heading .btn_sec {
  -webkit-animation: fadeInUp 3500ms ease-in-out;
  animation: fadeInUp 3500ms ease-in-out;
}

/* Keyframes for the fadeInUp animation */
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* check_from */
.check_from input {
  width: 100%;
  border: 1px solid #acacac;
  color: #1e1e1e;
  padding: 10px;
}

.check_from label {
  font-size: 17px;
  margin-bottom: 7px;
}

.check_from button {
  text-align: center;
  background: #00a4b4;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 11px 12px;
  font-size: 16px;
  font-family: var(--theme-default-font);
  display: inline-block;
  transition: all 0.6s;
  width: 100%;
  letter-spacing: 4px;
  border: 1px solid #00a4b4;
  outline: none;
}

.check_from button:hover {
  border: 1px solid #00a4b4;
  background-color: initial;
  color: #00a4b4;
}

.check_from {
  padding: 25px;
}

.book_banner {
  position: relative;
  background-color: var(--theme-color);
  padding: 0;
}

.check_from label {
  font-size: 17px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #101010;
}

/* check_from */


.travel_sec .top_ivon p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.travel_sec .top_ivon {
  background-color: #ffffff;
  padding: 30px 20px 30px 20px;
  border: 1px solid transparent;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #00a4b4;
}

.travel_sec .top_ivon:hover p {
  color: #0f0f0f;
}

.travel_sec .top_ivon .top_img {

  width: 70px;
  height: 70px;

  justify-content: center;
  margin-bottom: 9px !important;
}

.travel_sec .top_ivon:hover {
  transform: translateY(-5px);
  border: 1px solid var(--theme-color-second);
}

.travel_sec .top_ivon h4 {
  margin-bottom: 10px;
}

.travel_sec {
  background-color: #f6f6f6;
}

.gallery_sec .heading h6 {
  color: #101010;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
}

.gallery_sec .heading h6::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 60px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: -89px;
}

.gallery_sec .heading h6::before {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 60px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -89px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/* footer */
.footer-top-wrap {
  background-color: #F4F5F8;
  overflow: hidden;
}

.not-found-404 .footer-top-wrap {
  background-color: #222222;
}

.footer-top .footer-call {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-top .brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 25px 0 0;
  z-index: 2;
}

.footer-top .brand p {
  position: relative;
  padding-left: 20px;
}

.footer-top .brand p::before {
  background-color: #44444482;
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  left: -44px;
  top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  right: 150px;
  bottom: -1px;
  z-index: -1;
}

.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}

.footer-top .footer-call {
  padding: 34px 0px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.footer-top .footer-call::before {
  background-color: #dea300;
  background-image: repeating-linear-gradient(45deg, #dea300 0, #dea300 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.footer-call i {
  font-size: 45px;
  color: #fff;
}

.footer-call p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  margin-bottom: 5px;
}

.footer-call p a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.footer-top .brand p,
.footer-top .footer-call p {
  color: #ccc;
  margin: 0;
}

/*=== 13.1 Mid Footer ===*/
.footer-mid-wrap {
	background-color: #222;
	background-repeat: repeat;
	background-size: cover;
	padding: 70px 0 34px 0;
	position: relative;
	z-index: 1;
}

.footer-mid-wrap:before {
  /* background-image: url(../image/city-skiline.png); */
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.running-taxi {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.running-taxi .taxi {
  background-image: url(../image/truck-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
  background-image: url(../image/truck-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 30%;
  bottom: 0;
  animation: running-anim 30s linear infinite;
}

.running-taxi .taxi-3 {
  background-image: url(../image/truck-3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 70%;
  bottom: 0;
  animation: running-anim-left 35s linear infinite;
}

.footer-item .widget-title h3 {
  color: #fff;
}

.footer-links li:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer-contact li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer-links li a,
.footer-contact li {
  color: #ccc;
  font-size: 15px;
}

.footer-contact li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-links li a:hover {
  color: #f9c61b;
}

.ft_logo img {
  width: 185px;
}

@media (min-width: 992px) {
  .footer-list {
    margin-left: 15px;
  }
}

.subscribe-form .submit {
  background-color: #feda00;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  padding: 0 35px 0 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  border: none;
}

/*=== 13.2 Subscribe Form ===*/
.subscribe-form .form-control {
  background-color: #fff;
  clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  box-shadow: none;
}

.subscribe-form .submit {
  background-color: #f9c61b;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  padding: 0 35px 0 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}

.subscribe-form .submit:hover {
  background-color: #ffab2e;
}

#subscribe-result {
  display: none;
}

#subscribe-result.subs-result {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #ccc;
  padding: 10px;
  margin-top: 15px;
}

.subscription-error {
  color: #ff0000;
}

/* Running Animation Keyframe */
@-moz-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@-webkit-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@-moz-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

@-webkit-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

@keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

/*=== 13.3 Copyright Section ===*/
.copyright-wrap {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #333;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.copyright-wrap p {
  color: #ccc;
  margin: 0;
}

@media (max-width: 992px) {
  .footer-top .footer-call:before {
    left: -200px;
  }
}

.footer-item .widget-title h3 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}

.footer-item .widget-title h3::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -14px;
}


.order_detelis .top_ivon {
  background-color: #ffffff;
  padding: 30px 20px 30px 20px;
  border: 1px solid transparent;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #00a4b4;
}

.order_detelis table h4 {
  margin-bottom: 0;
}

.order_detelis table tr td {
  border: 1 solid #5F656F;
}

.order_detelis table p {
  margin-bottom: 10px;
}

.content_car {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/card-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 30px 16px 30px 16px;
  border: 1px solid transparent;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
}

.content_car .top_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_car .top_con label {
  border-radius: 0px;
  border: 1.8px dashed #a9a9a9;
  padding: 3px 13px;
  color: #ffffff;
  font-size: 13px;
  min-width: 92px;
  position: relative;
  display: block;
}

.content_car .top_con .cont_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.content_car .top_con label::before {
  background-image: url(../image/car-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
}

.content_car .top_con .piz {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}

.red_btn {
  text-align: center;
  background: #00a4b4;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 14px;
  font-family: var(--theme-default-font);
  display: inline-block;
  transition: all 0.6s;
  width: 137px;
  letter-spacing: 2px;
  border: 1px solid #00a4b4;
  outline: none;
  border-radius: 5px;
}

.red_btn:hover {
  border: 1px solid #00a4b4;
  background-color: initial;
  color: #00a4b4;
}

.content_car .btn_sess {
  margin-top: 20px;
}

.advertisement_img {
  border-radius: 20px;
  overflow: hidden;
}

.advertisement_img img {
  border-radius: 20px;
  overflow: hidden;
}

.heading h6 {
	color: var(--theme-color);
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 3px;
	position: relative;
	display: inline-block;
  letter-spacing: 2px;
}

.btn-primary {
  color: #fff;
  background-color: #00A4B4;
  border-color: #00A4B4;
}

.taxi_booking .mb-2 {
  margin-bottom: 1rem !important;
  display: flex;
  gap: 12px;
}

.taxi_booking p {
  margin-bottom: 0;
}




.carpet_cleaning .service-box .over-lay {
  color: var(--theme-color);
  position: absolute;
  bottom: -18px;
  display: block;
  text-align: center;
  background: #fff;
  width: 121px;
  padding: 13px 16px;
  margin: 0 auto;
  right: 0;
  left: 0;
  border-radius: 50px;
  box-shadow: 1px 2px 10px 2px var(--theme-color)6b;
}



.carpet_cleaning .service-box .over-lay h5 {
  font-weight: 500;

}

.service-content h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.carpet_cleaning .service-box .img-box img {
  transform: scale(1.0);
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
}
.service_con .btn1 {
	padding: 9px 0px;
	width: 190px;
}
.carpet_cleaning .service-box:hover .img-box img {
  transform: scale(1.1);
  transition: 0.6s;
  filter: blur(1);
}
.service_con {
	background-color: #fff;
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}
.service_con .service-content {
	padding: 15px 10px;
}
.service_con:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translateY(-5px);
}
/* .carpet_cleaning .heading h2 {
	text-transform: uppercase;
} */


/* our_fleet_sec */


.fleet_con {
	text-align: center;
	background-color: #f7f7f7;
	padding: 0 20px 40px;
	border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.fleet_con::before,
.fleet_con::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
  border-radius: 5px;
}

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

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

.fleet_con:hover::before,
.fleet_con:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.fleet_con .conbotom h4 {
	margin-bottom: 0px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}

.fleet_con .top_img img {
  filter: drop-shadow(-5px 2px 6px #0000005e);
}

.fleet_con .conbotom p {
  margin-bottom: 0;
  font-size: 19px;
}

/* Add display: none to hide .conbotom by default */
.car_slider .owl-item .fleet_con .conbotom {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.car_slider .owl-item.active .fleet_con .conbotom {
  visibility: visible;
  opacity: 1;
  display: block;
}



#why_us_sec_course .contented .content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

#why_us_sec_course .contented {
  text-align: center;
  padding: 26px 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}



#why_us_sec_course .contented .top_img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px !important;
  padding: 5px;
}

#why_us_sec_course .contented:hover {
  transform: translateY(-5px);
}

#why_us_sec_course .contented .top_img img {
  width: 100%;
}

#why_us_sec_course .contented .top_img i {
  font-size: 37px;
  color: #FFF;
}

#why_us_sec_course .contented h5 {
  margin-bottom: 15px;
  font-weight: 500;
}

/* call-now */

.call-now {
  background-color: var(--theme-color);
  color: #fff;
  padding: 25px 0;
}

.call-now h2 {
  font-size: 55px;
  margin-bottom: 5px;
}

.call-now img {
  width: 60px;
}

.call-now a {
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
}

.call-now h4 {
  margin-bottom: 0;
  font-size: 30px;
}

.call-now p {
  line-height: 1.6;
}

.call-now .cll-info {
  text-align: end;
}

.call-now .hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 39px;
  flex-wrap: wrap;
  justify-content: end;
}

.bg_color {
  background-color: #f7f7f7;
}

.booking_sec {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../image/home-bg1.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}

.booking_sec ul li {
  font-size: 20px;
}

.img_ronding {
  border-radius: 10px;
}


.service_ul li {
  display: inline-block;
  width: 280px;
}

/* Default Slider Animations */
.car_slider  .owl-item.active .fleet_con .conbotom {
  opacity: 1;
}
.car_slider  .owl-item .fleet_con .conbotom {
  opacity: 0;
}

.our_fleet_sec .owl-item.active .fleet_con{
	padding:22px;
	background: #ffffff1f;
	border-radius: 10px;
}

.our_fleet_sec .owl-item.active.center .review-item .top_img i {
  font-size: 48px;
  margin-bottom: 19px;
  color: #fff;
}

.our_fleet_sec .owl-item.active.center .review-item p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.inner_page{
	padding: 220px 0;
  position: relative;
}
.inner_page h1 {
	font-size: 60px;
	font-weight: 500;
	color:#fff;
  margin-bottom: 0px;
}
.inner_page .dlab-bnr-inr-entry p{
  color: #fa7a29;
}
.inner_page .dlab-bnr-inr-entry p i {
	font-size: 20px;
	margin-right: 10px;
	color: #fa7a29;
}
.breadcrumb-row {
	background: var(--theme-color);
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	/* width: 500px; */
	text-align: center;
	padding-right: 100px;
  border-radius: 0 50px 50px 0;
}
.breadcrumb-row ul {
	margin-bottom: 6px;
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  display: inline-block
}
.breadcrumb-row ul li a {
	color: #fff;
}
.breadcrumb-row ul li:last-child {
	color: #fff;
}
.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome
}

.breadcrumb-row ul li a i {
	margin-right: 4px;
}
.breadcrumb-row ul li:last-child {
	color: #fff;
}
.breadcrumb-row ul li:last-child:after {
  display: none
}
.gallery_bg{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/gallery_banner.jpg') no-repeat center;
  background-size: cover;
}
.contact_bg{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/contact-banner.jpg') no-repeat center;
  background-size: cover;
}
.about_bg{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/about-banner.jpg') no-repeat center;
  background-size: cover;
}
.services_bg{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/servics-banner.jpg') no-repeat center;
  background-size: cover;
}
.munich_chauffeur_service_bg{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/munich-chauffeur-service-banner.jpg') no-repeat center;
  background-size: cover; 
}
/* contact */

.contact_con {
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: rgba(100, 100, 111, .2) 0 0 2px 1px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	gap: 11px;
}
.contact_con p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.blog_content,
.map {
  width: 100%;
  height: 100%;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.contact_con .contact_icon {
  min-width: 45px;
  height: 45px;
  background-color:  var(--theme-color);
  margin-right: 12px;
  border-radius: 5px;
  line-height: 45px;
  text-align: center
}

.contact .contact-form,
.map {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, .2) 0 0 2px 1px;
}

.map {
  line-height: 0;
  overflow: hidden
}

.contact .contact-form {
  padding: 35px 25px
}

.contact .contact-form input {
  height: 50px;
  border-radius: 5px;
  color: #666;
  border: 1px solid #e2e2e2;
  padding: 12px;
  width: 100%
}

.contact .contact-form select {
  height: 50px;
  border-radius: 5px;
  color: #666;
  border: 1px solid #e2e2e2;
  padding: 12px;
  box-shadow: none;
  outline: 0;
  width: 100%
}

.contact .contact-form textarea {
  border-radius: 5px;
  color: #666;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 12px
}

.contact .contact-form button {
  background:  var(--theme-color);
  border: 1px solid var(--theme-color);
  outline: 0;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  width: 225px;
  height: 50px;
  letter-spacing: 0px;
  transition: .5s ease-in-out
}

.contact .contact-form button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff
}
.bg_color1{
  background-color: var(--theme-color);
}
.service_con_sty{
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.service_con_sty .heading {
	padding: 25px 30px;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.service_con_sty .service_img img{
  width: 100%;
  height: 100%;
}
.service_con_sty .service_img{
  width: 100%;
  height: 100%;
}

#inner_service{
  background: url('../image/home-bg2.png') no-repeat center;
  background-size: cover;
}
#text_color{
  color: #fff;
}
.munich_chauffeur_service_sec{
  background: url('../image/home-bg2.png') no-repeat center;
  background-size: cover;
}
.car_det_sec .content h4 {
	margin-bottom: 10px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.car_det_sec .content ul li {
	font-size: 14px;
	margin-bottom: 4px;
  color: #fff;
}
.car_det_sec .content ul li i{
  margin-right: 7px;
}
.car_det_sec .content ul {
  margin-bottom: 0;
}
.car_det_sec {
	border: 1px solid #000;
	padding: 30px 20px;
	background: #2b2b2b;
	border-radius: 10px;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.car_det_sec .top_img {
	margin-bottom: 12px;
}
.car_det_sec:hover{
  background: var(--theme-color);
  border: 1px solid var(--theme-color)
}
.ser_head {
	min-height: 46px;
}
/* ....faq sec.... */
.accordion-button{
  font-family: var(--theme-default-font);
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--theme-color-second);
	box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}
.accordion-item {
	background-color: #fff;
	border: 1px solid  var(--theme-color-second) !important;
	margin-bottom: 20px;
}
.accordion-button:focus {
	z-index: 3;
	border-color: initial;
	outline: 0;
	box-shadow: initial;
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #5F656F;
	text-align: left;
	background-color: #fff;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
.accordion-item:first-of-type {
	border-top-left-radius: .0;
	border-top-right-radius: .0;
}
.accordion-item:last-of-type {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.contton_sec{
  background: url('../image/home-bg2.png') no-repeat center;
  background-size: cover;
}
.service_ul li a {
	display: flex;
	width: 100%;
	gap: 8px;
	align-items: start;
}
.service_ul li a i {
	margin-top: 4px;
}


/* check_from */
.check_from input{
  width: 100%;
  border: 1px solid #acacac;
  color: #1e1e1e;
  padding: 10px;
}
.check_from label{
  font-size: 12px;
  margin-bottom: 7px;
}
.check_from button {
	text-align: center;
	background:#00a4b4;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 11px 12px;
	font-size: 16px;
	font-family: var(--theme-default-font);
	display: inline-block;
	transition: all 0.6s;
	width: 100%;
  letter-spacing: 4px;
	border: 1px solid #00a4b4;
	outline: none;
}
.check_from button:hover{
	border: 1px solid #00a4b4;
  background-color: initial;
  color: #00a4b4;
}
.check_from{
  padding: 25px;
}
.book_banner {
	position: relative;
  background-color: var(--theme-color);
  padding: 0;
}
.check_from label {
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: 500;
	color: #101010;
}
/* check_from */

/*=== 3.3 Booking Form ===*/
.booking-form-2 {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.booking-form-2:before {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.booking-section-2 {
	background: #f7f7f7;
}
.booking-car-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: calc(100% - 2px);
  overflow: hidden;
}
.booking-car {
	background-image: url(../image/bmw7.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 85%;
	width: 725px;
	height: 93%;
	position: absolute;
	left: -280px;
	top: 50px;
	z-index: -1;
}
.booking-car-wrap::before {
	background-color: #E57F47;
	background-image: repeating-linear-gradient(45deg, #E57F47 0, #E57F47 2px, transparent 0, transparent 50%);
	background-size: 10px 10px;
	content: "";
	width: 330px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.booking-form-2 .booking-car {
	background-size: 70%;
	left: -104px;
	top: 45px;
	z-index: 0;
}

.booking-form-2 .col-lg-8 {
  padding: 25px;
}

@media (max-width: 767px) {
  .booking-form-2:before {
      clip-path: polygon(0 0, 90% 0%, 100% 8%, 100% 100%, 0 99%);
  }
}
#book-taxi-ride input {
	width: 100%;
	padding: 6px;
	border: 1px solid #8b8b8b;
	border-radius: 3px;
	color: #000;
  outline: none;
  font-size: 13px;
}
#book-taxi-ride label {
	color: #646464;
	margin-bottom: 3px;
	font-size: 13px;
}
.section-heading h4 {
	margin-bottom: 3px;
	font-size: 17px;
	color: var(--theme-color);
}
.section-heading h2 {
	font-size: 25px;
	font-weight: 600;
}
.time_se{
  position: relative;
}
.time_se i{
  color: #4b4b4b;
}
.time_se span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}
#book-taxi-ride .btn1 {
	width: 100%;
	font-size: 14px;
	padding: 9px 8px;
  outline: none;
}
.about_img_sty img {
	border-radius: 100px 100px 0;
}
.about_img_sty_top img {
	border-radius: 100px 100px 100px 0;
}
.about_img_sty_bom img {
	border-radius: 100px 0 100px 100px;
}
.carpet_cleaning .service-box  .img-box{
  overflow: hidden;
}

.about_sec_i2 .heading h3 {
	font-size: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
.service_con_sty .heading h3 {
	font-weight: 600;
	margin-bottom: 12px;
	color: #474747;
}
.service_con_sty .heading p {
	color: #585858;
}
.setvice_con_sty .service_img img {
  width: 100%;
  height: 100%;
}
#check-available .booking-form-2 {
	position: relative;
	margin-top: 0px;
	z-index: 1;
	border-radius: 18px !important;
	overflow: hidden;
}
#check-available .booking-form-2 {
	padding: 35px;
}
#check-available #book-taxi-ride input {
	width: 100%;
	padding: 10px;
	border: 1px solid #8b8b8b;
	border-radius: 3px;
	color: #000;
	outline: none;
	font-size: 13px;
}
#check-available #book-taxi-ride .btn1 {
	width: 100%;
	font-size: 15px;
	padding: 12px 4px;
	outline: none;
}
.about_sec{
  background-color: #f7f7f7;
}

/* footer */
/*=== 13.0 Footer Section ===*/
.footer-top-wrap {
  background-color: #F4F5F8;
  overflow: hidden;
}

.not-found-404 .footer-top-wrap {
  background-color: #222222;
}

.footer-top .footer-call {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-top .brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 30px 70px 30px 0px;
  z-index: 2;
}

.footer-top .brand p {
  position: relative;
  padding-left: 20px;
}

.footer-top .brand p:before {
  background-color: #444;
  width: 2px;
  height: 100%;
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  right: 150px;
  bottom: -1px;
  z-index: -1;
}

.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}

.footer-top .footer-call {
  padding: 15px 0px;
  position: relative;
  z-index: 1;
}

.footer-top .footer-call::before {
  background-color: #f9c61b;
  background-image: repeating-linear-gradient(45deg, #f9c61b 0, #f9c61b 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.footer-call i {
  font-size: 45px;
  color: #fff;
}

.footer-call p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  margin-bottom: 5px;
}

.footer-call p a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.footer-top .brand p,
.footer-top .footer-call p {
  color: #ccc;
  margin: 0;
}

/*=== 13.1 Mid Footer ===*/
.footer-mid-wrap {
  background-color: #222;
  background-image: url(../image/texture.png);
  background-repeat: repeat;
  background-size: cover;
  padding: 80px 0 235px 0;
  position: relative;
  z-index: 1;
}

.footer-mid-wrap:before {
  background-image: url(../image/city-skiline.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.running-taxi {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.running-taxi .taxi {
  background-image: url(../image/truck-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
  background-image: url(../image/truck-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 30%;
  bottom: 0;
  animation: running-anim 30s linear infinite;
}

.running-taxi .taxi-3 {
  background-image: url(../image/truck-3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 70%;
  bottom: 0;
  animation: running-anim-left 35s linear infinite;
}

.footer-item .widget-title h3 {
  color: #fff;
}

.footer-links li:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer-contact li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer-links li a,
.footer-contact li {
  color: #ccc;
}

.footer-contact li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-links li a:hover {
  color: #f9c61b;
}

.ft_logo img {
  width: 185px;
}

@media (min-width: 992px) {
  .footer-list {
    margin-left: 15px;
  }
}

.subscribe-form .submit {
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  padding: 0 35px 0 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  border: none;
}

/*=== 13.2 Subscribe Form ===*/
.subscribe-form .form-control {
  background-color: #fff;
  clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  box-shadow: none;
}

.subscribe-form .submit {
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  padding: 0 35px 0 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}

.subscribe-form .submit:hover {
  background-color: #ffab2e;
}

#subscribe-result {
  display: none;
}

#subscribe-result.subs-result {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #ccc;
  padding: 10px;
  margin-top: 15px;
}

.subscription-error {
  color: #ff0000;
}

/* Running Animation Keyframe */
@-moz-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@-webkit-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }
}

@-moz-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

@-webkit-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

@keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }
}

/*=== 13.3 Copyright Section ===*/
.copyright-wrap {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.copyright-wrap p {
  color: #ccc;
  margin: 0;
}

.travel_sec .top_ivon p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.travel_sec .top_ivon {
  background-color: #ffffff;
  padding: 50px 20px 50px 20px;
  border: 1px solid transparent;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 2px solid var(--theme-color);
  text-align: center;
}

.travel_sec .top_ivon:hover p {
  color: #0f0f0f;
}

.travel_sec .top_ivon .top_img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px !important;
  background: var(--theme-color);
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
}

.travel_sec .top_ivon .top_img::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--theme-color);
  width: 120%;
  height: 120%;
  border-radius: 50px;
  top: -8px;
  left: -8px;
  right: 0;
}

.travel_sec .top_ivon .top_img img {
  width: 60px;
}

.travel_sec .top_ivon:hover {
  transform: translateY(-5px);
  border: 2px solid var(--theme-color-second);
}

.travel_sec .top_ivon h4 {
  margin-bottom: 10px;
}

.taxi_bookins {
  background: url('../image/cta-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.car_slider .item {
	margin: 10px 5px;
}
.hd_btn_sec .btn1 {
	width: 210px;
	margin-right: 10px;
}
.so_info .social {
  position: fixed;
  top:40%;
  z-index: 999;
}

.social ul{
  list-style: none;
  padding: 0;
  transform: translateX(-270px);
 }
 .social ul li {
	display: block;
	margin: 5px;
	background: rgba(0, 0, 0, 0.5);
	width: 320px;
	text-align: right;
	padding: 5px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
}
 .social ul li:hover{
     transform: translateX(110px);
 }
 .social ul li#twitter:hover{
  background-color: #95227C;
 }
 .social ul li#facebook:hover{
  background-color: #95227C;
 }
 .social ul li#instagram:hover{
  background-color: #133F66;
 }
 .social ul li a{
     color: #fff;
     text-decoration: none;
 }
 .social ul li i {
	text-align: center;
	color: #e57f47;
	margin-left: 14px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 22px;
	transform: rotate(0deg);
	line-height: 40px;
}
 .social ul li:hover i{
     transform: rotate(360deg);
     transition: all 1s;
 }
 .tictok-icon
 {
  padding:8px;
 }
 

.custom-select {
    position: relative;
    width: 200px;
}

.select-selected {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.select-items {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    z-index: 99;
}

.select-items .option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items .option:hover {
    background-color: #ddd;
}

.option span {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-size: cover;
}

.flag-en { 
    background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/united-kingdom.png'); 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-de { 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/german-flag.png'); 
    
}
.flag-es { background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/spain.png'); 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-ru { background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/russia.png');
display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
    
}
.flag-zh { background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/chinese-flag.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-pt { background-image: url('https://project.adretsoftware.in/Europe-Tour/assets/flags/portuguese.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.hd_btn_sec .btn1 {
    width: 161px;
    margin-right: 10px;
}
.btn-primary {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 11px 0px;
    display: inline-block;
    color: #fff;
    width: 161px;
    font-weight: 400;
    text-align: center;
    font-family: var(--theme-default-font);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
}
.btn-primary:hover
{
    background-color:#fff;
    color:#e57f47;
}