@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: #feda00;
  --theme-color-second: #000;
  --theme-bg-color: #000;
  --theme-heading-font: "Poppins", sans-serif;
  --theme-default-font: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}
* {
  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: #00a4b4;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
  color:var(--theme-color);
}


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: 10px;
}
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: #bd6242;
  border: 1px solid #bd6242;
  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: 10px;
}
.btn1:hover {
  background: initial;
  border: 1px solid #bd6242;
  color: #bd6242;
}
.heading h2 {
	font-size: 35px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
}
.heading h3 {
  font-size: 23px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}


/* ---------Nav ber------------- */
.small {
  display: none;
}

.main_header {
  width: 100%;
transition: all .3s ease-in-out;
}

.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;
}
.f-14{
    font-size: 14px;
}
.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;
}

.main_header .navbar_logo a img {
  width: 100px;
}

@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: 210px 0;
}
.banner_slider1{
  background: url('../image/banner.jpg') no-repeat center;
  background-size: cover;

}
.banner_slider2{
  background: url('../image/banner1.jpg') no-repeat center;
  background-size: cover;
}
.banner_slider3{
  background: url('../image/banner2.jpg') no-repeat center;
  background-size: cover;
}
.banner_heading {
  color: #fff;
  text-align: center;
}
.banner_heading h1 {
	font-size: 70px;
	text-transform: uppercase;
  position: relative;
}
.home-slider{
  width: 100%;
  overflow: hidden;
}

.banner_heading h4 {
	margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.banner_heading h4::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -89px;
}
.banner_heading h4::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -89px;
}

/*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 h4{
   -webkit-animation: fadeInUp 3500ms ease-in-out;
   animation: fadeInUp 2500ms 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: 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 */

.travel_sec .heading h6 {
	color: #101010;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
  position: relative;
  display: inline-block;
}
.travel_sec .heading h6::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -89px;
}
.travel_sec .heading h6::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -89px;
}

.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 */
/*=== 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 195px 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 30s 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;*/
/*}*/
.running-taxi .taxi-4 {
  background-image: url(../image/truck-4.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  left: 30%;
  bottom: 0;
  animation: running-anim-left 45s 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: 145px;*/
/*	height: 100px;*/
/*	right: 70%;*/
/*	bottom: 0;*/
/*	animation: running-anim-left 35s linear infinite;*/
/*}*/
/*.running-taxi .men {*/
/*	background-image: url(../image/footer-man.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right bottom;*/
/*	background-size: contain;*/
/*	position: absolute;*/
/*	width: 97px;*/
/*    height: 40px;*/
/*	left: 30%;*/
/*	bottom: 0;*/
/*}*/
/*.men2 {*/
/*	background-image: url(../image/footer-man.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right bottom;*/
/*	background-size: contain;*/
/*	position: absolute;*/
/*	width: 97px;*/
/*	height: 50px;*/
/*	right: 26%;*/
/*	bottom: 0;*/
/*	animation: dissapear 25s ease-in-out infinite;*/
/*}*/




/* 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%
  }
}




 /*.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;*/
 /*   }*/

 /*   .man2 {*/
 /*     position: absolute;*/
 /*     width: 50px;*/
 /*     height: 50px;*/
 /*     background-color: red;*/
 /*     bottom: 0;*/
 /*     left: 50%;*/
 /*   }*/

 /*   @keyframes running-anim {*/
 /*     0% {*/
 /*       right: -30%;*/
 /*     }*/
 /*     100% {*/
 /*       right: 100%;*/
 /*     }*/
 /*   }*/



.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: #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;
}

/*=== 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;
}

@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 #feda00;
	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: #101010;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 7px;
	position: relative;
	display: inline-block;
}
.heading h6::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -89px;
}
.heading h6::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 60px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -89px;
}
.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;
}


.contact-section #contact-form input {
	width: 100%;
	background: transparent;
	border: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 10px;
	outline: none;
}
.contact-section #contact-form button{
  border: none;
  outline: none;
}
.contact-section .contact-number li p {
	margin-bottom: 3px;
	font-weight: 600;
	color: #000000c9;
	font-size: 20px;
	text-transform: capitalize;
}
.contact-section .contact-number i {
	color: #fff;
background-color:var(--theme-color);
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50px;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
}
.contact-section .contact-number li {
	display: flex;
	gap: 18px;
	margin-bottom: 39px;
}
.contact-section .contact-number li a {
	color: #828080;
}
.contact-section #contact-form {
	background: #282a35;
	background-size: cover;
	padding: 40px 30px;
	border-radius: 7px;
	color: #fff;
}
.contact-section #contact-form textarea::placeholder {
	opacity: 1;
	color: #fff;
}
.contact-section #contact-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 15px 10px;
	outline: none;
	height: 120px;
}
.btn2 {
	text-align: center;
	background: #00a4b4;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: var(--theme-default-font);
	border-radius: 50px;
	padding: 14px 12px;
	font-size: 17px;
	display: inline-block;
	transition: all 0.6s;
	width: 225px;
}
.btn2:hover{
  background: #000000;
}
#contact-form h3 {
	font-weight: 500;
	margin-bottom: 15px !important;
}

.inner_page{
	padding: 170px 0;
  position: relative;
}
.inner_page h1 {
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 500;
	color:var(--theme-color);
}

.breadcrumb-row {
	background: var(--theme-color);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
	padding: 20px;
	position: absolute;
	left: 0;
	bottom:0;
	width: 500px;
	text-align: center;
}
.breadcrumb-row ul {
  margin: 0
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  display: inline-block
}
.breadcrumb-row ul li a{
  color: #000;
}

.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome
}


.breadcrumb-row ul li:last-child {
	color: #4e4e4e;
}
.breadcrumb-row ul li:last-child:after {
  display: none
}
.contact_bg{
  background: url('../image/contact-banner.jpg') no-repeat center;
  background-size: cover;
}
.partner_bg{
  background: url('../image/partner-banner.jpg') no-repeat center;
  background-size: cover;
}
.faq_bg{
  background: url('../image/faq-banner.jpg') no-repeat center;
  background-size: cover;
}
.book_bg{
  background: url('../image/book-banner.jpeg') no-repeat center;
  background-size: cover;
}
.local_bg{
  background: url('../image/partner-banner.jpg') no-repeat center;
  background-size: cover;
}
/* ....faq sec.... */
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #00a4b4;
	box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}
.accordion-item {
	background-color: #fff;
	border: 1px solid rgb(0, 164, 180) !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;
}
.booking_page .check_from{
  background-color: var(--theme-color);
  border-radius: 10px;
}
.bg_color{
  background-color: #f7f7f7;
}
/*.gallery_sec .swiper-slide img{*/
/*    height:450px;*/
/*        object-fit: cover;*/
/*}*/



/* .....destinations.... */
.destinations_conted .top_img {
	overflow: hidden;
	border-radius: 18px;
  position: relative;
	height: 310px;
}

.destinations_conted .top_img .overlay {
	background-color: #00000073;
	color: #fff;
	height: 100%;
	left: 0;
	padding: 25px;
	position: absolute;
	right: 0;
	top: -120%;
	transition: all .6s;
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.destinations_conted .top_img .overlay a{
  color: var(--theme-color);
}

.destinations_conted .top_img img {
	width: 100%;
	object-fit: cover;
  transition: all 0.6s;
  height: 100%;
}
.destinations_conted .top_img:hover .overlay {
	position: absolute;
	background-color: #1b1b1b9e;
	left: 0;
	top: 0;
	right: 0;
  width: 100%;
	height: 100%;
}

.destinations_conted .top_img:hover img{
  transform: scale(1.1);
}
.destinations_conted .btoms {
	padding: 15px 2px;
}
.destinations_conted .btoms h4 {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
	color: #343434;
}
.destinations_conted .btoms p {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	color: #696969;
}

/* destinations inner page */
.destinations_inner .content_dest .dec_det{
  display: flex;
  gap: 20px;
  align-items: center;
}
.destinations_inner .content_dest .dec_det label {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
}
.destinations_inner .content_dest .dec_det img{
  width: 30px;
}
.destinations_inner .content_dest {
	background: #feda00;
	padding: 20px;
	border-radius: 10px;
  transition: all 0.6s;
}
.destinations_inner .content_dest .price-from {
  color: #00a4b4;
}
.destinations_inner .content_dest p{
  color: #1e1e1e;
}
.destinations_inner .content_dest a{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.destinations_inner .content_dest:hover {
	transform: translateY(-5px);
}

.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;
	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: 0%;
	z-index: 99;
	font-size: 27px;
}

/* ......about Us....... */
.about_bg{
  background: url('../image/about-banner.jpg') no-repeat center;
  background-size: cover;
}
.data_protection_bg{
  background: url('../image/data-protection-banner.jpg') no-repeat center;
  background-size: cover;
}
.impressum_bg{
      background: url('../image/impressum-banner.jpg') no-repeat center;
  background-size: cover;
}
.transfer_bg{
          background: url('../image/transfer-quotes-banner.jpg') no-repeat center;
  background-size: cover;
}
.prices_bg{
      background: url('../image/book-banner.jpg') no-repeat center;
  background-size: cover;
}
.about-slider{
  border-radius: 15px;
  overflow: hidden;
}
.data-protection-sec ol li {
	margin-bottom: 20px;
}
h5 {
	font-weight: 500;
  font-size: 19px;
}
.card.card-blog .btn{
      outline: none;
  text-transform: uppercase;
}




.running-taxi .men {
	background-image: url(../image/footer-man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 97px;
  height: 40px;
	left: 30%;
	bottom: 0;
}
.running-taxi .men2 {
	background-image: url(../image/footer-man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 97px;
  height: 40px;
	right: 26%;
	bottom: 0;
}


.men   {
  animation: dissapear1 30s ease-in-out infinite;
  transition: all 0.6s;
}

.taxi-3{
  animation: moveY 30s ease-in-out infinite;
}

@keyframes moveY {
  0% {
      transform: translateX(0%);
  }
  27% {
     transform: translateX(27%);
  }

  100% {
      transform: translateX(100%);
  }
}

@keyframes dissapear1 {
0%, 26% {
  opacity: 1;
}
27%, 100% {
  opacity: 0;
}
}

.running-taxi .taxi-3 {
  background-image: url(../image/truck-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  display: inline-block;
}






.men2   {
  animation: dissapear 30s ease-in-out infinite;
  transition: all 0.6s;
}

.taxi-2{
  animation: moveX 30s ease-in-out infinite;
}

@keyframes moveX {
  0% {
      transform: translateX(100%);
  }
  26% {
     transform: translateX(70%);
  }
  100% {
      transform: translateX(0%);
  }
}

@keyframes dissapear {
0%, 29% {
  opacity: 1;
}
30%, 100% {
  opacity: 0;
}
}

.running-taxi .taxi-2 {
	background-image: url(../image/truck-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	display: inline-block;
}



.wrapper {
  position: fixed;
  bottom: 0px;
  right: -3900px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      z-index: 9999;
}
.wrapper.show {
  right: 0px;
}
.wrapper .cheader {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.cheader i {
  color: #4070f4;
  font-size: 32px;
}
.cheader h2 {
  color: #4070f4;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}
#google_translate_element {
	display: inline-block;
        }
        #google_translate_element {
        	display: inline-block;
        }
        .main_header .hd_btn_sec span {
        	display: inline-block;
        	font-size: 6px;
        	color: #fff;
        }
        .main_header .hd_btn_sec {
        	text-align: center;
        	margin-left: 30px;
        	display: flex;
        	align-items: center;
        	gap: 19px;
        }

#shadow-host-companion
{
    padding: 0 0 !important;    
}
.content_car .top_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	flex-direction: column;
	gap: 15px;
}
.content_car .top_con label {
	border-radius: 0px;
	border: 1.8px dashed #feda00;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 13px;
	min-width: 92px;
	position: relative;
	display: block;
}
@media (min-width: 1200px) {
.main_header .container {
	max-width: 1340px;
}
}
.main_header .hd_btn_sec {
	text-align: center;
	margin-left: 10px;
	display: flex;
	align-items: center;
	gap: 4px;
}
@media screen and (max-width: 992px) {
.main_header .hd_btn_sec {
	text-align: center;
	margin-left: initial;
	display: inline-block !important;
	align-items: center;
	gap: 5px;
	justify-content: center;
	width: 100%;
}
.main_header .hd_btn_sec a {
	margin-bottom: 4px;
}
}
.main_header .nav_menu .nav_ul li {
	margin-left: 15px;
}


/*For Header Flag*/
.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://taxi-airport-hamburg.com/assets/image/flag/german-flag.png'); 
    
}
.flag-es { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/spain.png'); 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-ru { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/russia.png');
display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
    
}
.flag-zh { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/chinese-flag.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-pt { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/portuguese.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-it { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/italy-flag.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-fr { background-image: url('https://taxi-airport-hamburg.com/assets/image/flag/france-flag.png');

    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}