@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: #0055f1;
  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: 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%;
  background-color: #282a35;
}

.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: #ffffff;
  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_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: 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 .heading h6 {
	color: #101010;
	font-size: 17px;
	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 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: #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;
  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 #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: #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;
}

/* Post a comment */
.commet_from input{
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  background-color:#F0F2F5;
  border: 1px solid transparent;
  width: 100%;
}
.commet_from  label{
  margin-bottom: 10px;
}
.commet_from .form-group textarea {
	min-height: 160px;
	border: 0 none;
	border-radius: 4px;
	resize: none;
	padding: 15px;
  font-size: 16px;
  background-color:#F0F2F5;
	border: 1px solid transparent;
  width: 100%;
}
.commet_from h4 {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #5d5d5d;
}
.commet_from button {
	background: #feda00;
	color: #000;
	padding: 11px 55px;
	border: 2px solid #feda00;
	border-radius: 50px;
	text-transform: uppercase;
	outline: none;
	font-weight: 500;
  transition: all 0.6s ease-in-out;
}
.commet_from button:hover{
  border: 2px solid #feda00;
  background: inherit;
  color: #000000;
}

/* --------------------------
    Comments Styles  
-----------------------------*/
 ul.children {
  padding-left: 75px;
}
@media only screen and (max-width: 767px) {
   ul.children {
    padding-left: 30px;
  }
}
 .comment {
  margin-top: 0;
  margin-bottom: 0;
}
 .comment .single-comment {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
 .comment .single-comment .comment-img {
  margin-bottom: 15px;
  min-width: 60px;
  margin-right: 20px;
}
 .comment .single-comment .comment-img img {
  border-radius: 100%;
  width: 100%;
}
 .comment .commenter {
  margin-bottom: 4px;
  line-height: 18px;
}
 .comment .commenter a .hover-flip-item span::before {
  color: var(--color-heading);
}
 .comment .commenter a .hover-flip-item span::after {
  color: var(--color-primary);
}
 .comment .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
 .comment .time-spent {
  color: var(--color-extra01);
  font-size: 12px;
  line-height: 18px;
}
 .comment .reply-edit a.comment-reply-link {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-tertiary);
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
  font-weight: 500;
  overflow: visible;
}
 .comment .reply-edit a.comment-reply-link .hover-flip-item span::before {
  color: var(--color-heading);
}
 .comment .reply-edit a.comment-reply-link .hover-flip-item span::after {
  color: var(--color-primary);
}
 .comment .reply-edit a.comment-reply-link:hover {
  color: var(--color-primary);
}
 .comment .reply-edit a.comment-reply-link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 4px;
  height: 4px;
  background: var(--color-extra01);
  border-radius: 100%;
}
 .comment .comment-text p {
  color: var(--color-tertiary);
}
.add_que_btn {
	background: #feda00;
	color: #000;
	padding: 9px 40px;
	border: 2px solid #feda00;
	border-radius: 50px;
	text-transform: uppercase;
	outline: none;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	font-size: 14px;
  display: inline-block;
}
.add_que_btn:hover{
  border: 2px solid #feda00;
  background: inherit;
  color: #000000;
}
.comment_reply p a {
	color: #4d4d4d;
	margin-right: 16px;
}
.comment_reply p a i{
  margin-right: 5px;
  font-size: 17px;
  transition: all 0.6s;
}
.comment_reply p a span {
	font-size: 14px;
}
.comment_reply p a:hover i{
  color:#feda00 ;
}
.comment_reply p a:hover span{
  color:#feda00 ;
}
.hover-flip-item {
	color: #feda00;
}
.add_queti textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 7px;
	padding: 10px;
	min-height: 112px;
	font-size: 15px;
  outline: none;
}
.comment_sec , .comment-liste {
	background: #f1f1f16b;
}
@media screen and (max-width: 992px) {
  .commet_from h4 {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #5d5d5d;
  }
  .commet_from input {
    border: 0 none;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    padding: 3px 10px;
    background-color: #F0F2F5;
    border: 1px solid transparent;
    width: 100%;
  }
  .comment .comment-text p {
    margin-bottom: 5px;
    line-height: 25px;
  }
  .comment .single-comment {
    padding: 14px 0;
  }
  .add_que_btn {
    background: #feda00;
    color: #000;
    padding: 10px 35px;
    border: 2px solid #feda00;
    border-radius: 50px;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
  }
}

.taxi_comment {
  background-color: #f6f6f6;
}
.comment_btn {
	background-color: #eceded;
	display: inline-block;
	padding: 10px 45px;
	border-radius: 5px;
	color: #454545;
	font-weight: 400;
	font-size: 15px;
  width: 100%;
}
.comment_btn i {
	color: #DEC10E;
	font-size: 15px;
	margin-right: 6px;
}

.slide_btn img{
  width:30px;
  height: 30px;
  border-radius: 50%;

}
.taxi_ueser_sli{
  margin: 10px 0;
}
.slide_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	background-color: #eceded;
	color: #3f3f3f;
	padding: 12px;
	border-bottom: 1px solid #1414140d;
	transition: all 0.6s ease-in-out;
	text-transform: capitalize;
	font-size: 16px;
}
.slide_btn:hover{
  background-color: var(--theme-color);
  color: #000;
}
.taxi_ueser_sli ul li:last-child .slide_btn{
  border-bottom:initial;
}
.ask_que{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.ask_que .top_ber_ask {
	display: flex;
	align-items: center;
	gap: 30px;
}
.top_ber_ask input {
	width: 100%;
	border: 1px solid #dad9d9;
	padding: 11px;
	border-radius: 53px;
	font-size: 14px;
  outline: none;
}
.ask_que .top_ber_ask .author_img{
  min-width: 60px;
  width: 60px;
  border-radius: 50%;
}
.ask_que .top_ber_ask .author_img img{
  width: 100%;
}
.top_ber_ask_btm {
	width: 100%;
	color: #000;
	display: flex;
	gap: 18px;
	margin-top: 13px;
}
.top_ber_ask_btm a {
	color: #383838e5;
	font-size: 15px;
}
.top_ber_ask_btm a i {
	margin-right: 8px;
	font-size: 15px;
	color: #dec10e;
}
.top_ber_ask_btm a svg{
  color: #dec10e;
}
.top_ber_ask_btm span {
	color: #E4E4E4;
}
.top_ber_ask_btm a:hover{
  color: var(--theme-color);
}
 .comment-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
 .time-spent {
	color: var(--color-extra01);
	font-size: 12px;
	line-height: 18px;
}
a.comment-reply-link {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-tertiary);
	font-weight: 500;
}
.hover-flip-item {
	color: #feda00;
}
 .reply-edit a.comment-reply-link {
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-tertiary);
	margin-left: 8px;
	padding-left: 8px;
	position: relative;
	font-weight: 500;
	overflow: visible;
}
.commenter {
	margin-bottom: 4px;
	line-height: 18px;
}
 .comment-img {
	margin-bottom: 15px;
	min-width: 60px;
	margin-right: 20px;
}
 .single-comment {
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.single-comment {
	padding: 14px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	margin: 10px 0;
	border-radius: 10px;
}
.comment-text p {
	color: #4f4f4f;
	font-size: 15px;
	margin-bottom: 9px;
}
.top_add_qution{
  margin-bottom: 15px;
  text-align: right;
}
.search_bx {
  display: flex;
  align-items: center;
}
.search_bx form {
	border: 1px solid #feda00;
	height: 45px;
	border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.search_bx form  input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: inherit;
  padding: 12px;
}
.search_bx form button {
	background-color: #feda00;
	outline: none;
	border: none;
	width: 68px;
	height: 100%;
	padding: 9px 22px;
}
.comment-que h5 {
	color: #4d4d4d;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 4px;
}


.taxi_comment{
  background: url('../image/forum-bg.png') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.side_gall_side .side_img img{
  border-radius: 10px;
}
.side_gall_side .side_img{
  margin-bottom: 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;
}