@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@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-color: #E2A432;
  --theme-color-second: #2A4D4F;
  --theme-default-font: "Poppins", sans-serif;
  --theme-heading-font: "Cormorant Infant", 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: #1e1e1e;
  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 .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;
}

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 {
  font-size: 60px;
}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 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: 5px;
	z-index: 111;
}

.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 iconify-icon {
  font-size: 35px;
}

.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......... */
.mobile-fixed-button {
  display: none;
}

/* ..........Button.......... */
.btn1 {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-family: var(--theme-default-font);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  font-size:14px;
}

.btn1:hover {
  background: initial;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.btn2 {
  width: 35px;
  height:35px;
  
  
  font-size:14px;
}

.btn2:hover {
  background: var(--theme-color);
  border: 1px solid;
  color: #ffffff;
}
.btn3 {
  width: 35px;
  height:35px;
}

.btn3:hover {
  background: initial;
  border: 1px solid #18ca0a;
  color:#18ca0a;
}


/* ---------Nav ber------------- */
.small {
  display: none;
}

/* .......top ber........ */
.top_bar {
  padding: 5px 0;
  color: #fff;
  background: var(--theme-color);
}

.top_bar .top_ul ul {
  margin-bottom: 0;
  text-align: right;
}

.top_bar .top_ul ul li {
  display: inline-block;
  margin-left: 15px;
}

.top_bar p {
  font-weight: 400;
}

.top_bar .top_ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.top_bar .top_ul li a i {
  margin-right: 4px;
  font-size: 20px;
}

.header-info li .header-info-icon {
  font-size: 40px;
  color: #f9c61b;
}

.header-info li .header-info-text h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}

.header-info li .header-info-text h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 6px;
}

.header-info li {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  margin-right: 13px;
}

.mid-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 8px 0;
}

.header-info-text a {
  color: #565656;
  font-family: var(--theme-default-font);
  font-size: 15px;
  font-weight: 500;
}

.header-info-text address {
  color: #565656;
  font-family: var(--theme-default-font);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  height: 60px;
  margin-left: auto;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: -18px;
  background: #fff;
  z-index: 11;
  border-radius: 45px 0 0 45px;
}

.main_header .container-flex::after {
  content: "";
  position: absolute;
  right: -46%;
  top: 0;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 60px;
  width: 500px;
  z-index: 1;
}

.main_header .header-info {
  margin-bottom: 0;
}

.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 30px;
  position: relative;
  z-index: 11;
}

.main_header {
  width: 100%;
  position: relative;
}

.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 30px;
}

.main_header .hd_btn_sec span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.site-logo a img {
	width: 155px;
	position: absolute;
	bottom: 25px;
}

.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: 70px;

}

.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: 500;
  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: 110px;
}

@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;
}

.home-slider .banner_padding {
  padding: 175px 0 210px;
}

.hd_btn_sec .btn1 {
  width: 170px;
  margin-right: 10px;
}

.hd_btn_sec .btn2 {
  width: 170px;
}

.banner_slider1 {
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/banner.jpg') no-repeat center;
  background-size: cover;
}

.banner_slider2 {
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/banner2.jpg') no-repeat center;
  background-size: cover;
}

.btn_gap {
  margin-right: 7px;
}

.home-slider .item {
  width: 100%;
}

.banner_heading {
  color: #fff;
}

.banner_heading h1 {
  font-size: 75px;
  position: relative;
  color: #ffffff;
  line-height: 85px;
  font-weight: 700;
}

.banner_heading p {
  font-size: 16px;
  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 p {
  -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;
  }
}

.heading h6.subtitle {
	display: inline-block;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: var(--theme-color);
	margin-bottom: 2px;
	text-transform: capitalize;
	font-family: var(--theme-default-font);
	font-weight: 400;
	letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.heading h6.subtitle i {
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: -2px;
}


.heading h2 {
  font-size: 50px;
  font-weight: 600;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
  text-transform: capitalize;
}

.bg_color {
  background-color: #f7f7f7;
}

/* Service */
.service_con .service-content {
  padding: 15px 0px;
}

.service_con .service-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
}

.service-box .img-box {
  height: 380px;
  border: 3px solid var(--theme-color);
  overflow: hidden;
}

.service_con.gap_top {
  margin-top: 55px;
}

/* testimonial_sec */
.testimonial_sec {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/review-bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.testimonial_sec .heading {
  color: #fff;
}

.testimonial_sec .review-item .top_img i {
  font-size: 48px;
  margin-bottom: 19px;
  color: var(--theme-color);
}

.testimonial_sec .review-item .btom_content img {
  width: 95px !important;
  margin-bottom: -5px;
}

.testimonial_sec .review-item {
  padding: 35px 32px;
  background: #ffffff8f;
  border-radius: 0;
  height: 340px;
  box-shadow: rgba(62, 62, 62, 0.18) 0px 0px 12px;
  margin: 22px 10px;
  text-align: center;
}

.testimonial_sec .review-item img {
  margin: 0 auto;
}

#testimonial_page .review-item {
  margin: 0;
}

.testimonial_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.testimonial_sec .review-item h6 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.testimonial_sec .review-item p {
  color: #242424;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}

.testimonial_sec .review-item .btom_content p {
  margin-bottom: 0;
}

.testimonial_sec .review-item .btom_content p b {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.testimonial_sec .owl-nav img {
  width: 23px !important;
}

.testimonial_sec .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
}

.testimonial_sec .owl-nav .owl-prev {
  position: relative;
  top: -199px;
  left: -29px;
}

.testimonial_sec .owl-nav .owl-next {
  position: relative;
  top: -199px;
  right: -35px;
}

.review-item .ratting i {
  color: var(--theme-color);
}

/* footer */
/*=== 13.0 Footer Section ===*/


.not-found-404 .footer-top-wrap {
  background-color: var(--theme-color-second);
}

.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: 55px;
}

.footer-top .brand p::before {
	background-color: #ffffff42;
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	left: 9px;
	top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
  background-color:var(--theme-color-second);
  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-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: #fff;
	margin: 0;
}

/*=== 13.1 Mid Footer ===*/
.footer-mid-wrap {
	background-color: var(--theme-color-second);
	background-image: url(../image/texture.png);
	background-repeat: repeat;
	background-size: cover;
	padding: 60px 0 130px 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: #fff;
	font-weight: 400;
	font-size: 15px;
}
.footer-links li a i{
  position: relative;
  color: var(--theme-color);
  font-size: 15px;
  margin-right: 10px;
}

.footer-contact li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-info li .header-info-icon {
	font-size: 40px;
	color: var(--theme-color);
}
.footer-links li a:hover {
  color: #f9c61b;
}

.header-info-icon i {
	width: 45px;
	height: 45px;
	background:var(--theme-color);
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  color: #fff;
}

.ft_logo img {
  width: 185px;
}
.footer-contact li {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header-info li .header-info-icon {
  font-size: 40px;
  color: #f9c61b;
}

.header-info li .header-info-text h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}

.header-info li .header-info-text h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 6px;
}

.header-info li {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  margin-right: 13px;
}

.mid-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 8px 0;
}

.header-info-text a {
	color: #fff;
	font-family: var(--theme-default-font);
	font-size: 15px;
	font-weight: 400;
}

.header-info-text address {
	color: #fff;
	font-family: var(--theme-default-font);
	font-size: 15px;
	font-weight: 400;
  margin-top: 10px;
}

.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: var(--theme-color-second);
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #33333354;
  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: #f0f0f0;
	padding: 50px 20px 50px 20px;
	border: 1px solid transparent;
	transition: all 0.6s;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 2px solid #D9D9D938;
	text-align: center;
	border-radius: 50px 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.travel_sec .top_ivon::before{
  content: "";
  position: absolute;
  border-top: 3px solid var(--theme-color);
  border-left: 3px solid var(--theme-color);
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  border-radius: 50px 0 50px;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.travel_sec .top_ivon::after{
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  right:0;
  bottom: 0;
  width: 0%;
  height: 0%;
  border-radius: 50px 0 50px;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.travel_sec .top_ivon:hover::before{
  width: 100%;
  height: 100%;
}
.travel_sec .top_ivon:hover::after{
  width: 100%;
  height: 100%;
}
.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;
  animation: rotateBorder 5s linear infinite;
	-webkit-animation: rotateBorder 5s linear infinite; 
	-moz-animation: rotateBorder 5s linear infinite; 
}
@keyframes rotateBorder {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.travel_sec .top_ivon .top_img img {
  width: 60px;
}

.travel_sec .top_ivon:hover {
  transform: translateY(-5px);
}

.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;
}

.taxi_bookins .btn1 {
  background: #fff;
  border: 1px solid #000000;
  color: #000;
}

.taxi_bookins .btn1:hover {
  background: #fff !important;
  border: 1px solid var(--theme-color);
  color: #000;
}

/*=== 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;
  border-radius: 0 160px 0 0;
  /* clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 0 99%); */
}
.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/banner-logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 85%;
	width: 750px;
	height: 96%;
	position: absolute;
	left: -280px;
	top: 50px;
	z-index: -1;
}
.booking-car-wrap::before {
/* background-color: #f9c61b;
background-image: repeating-linear-gradient(45deg, #f9c61b 0, #f9c61b 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: -97px;
	top: 40px;
	z-index: 0;
}

.booking-form-2 .col-lg-8 {
  padding: 25px;
}

.booking_car img {
	width: 540px;
	position: absolute;
	left: -98px;
	bottom: -20px;
}

#book-taxi-ride input {
	width: 100%;
	padding: 10px;
	border: 1px solid #8b8b8b;
	border-radius: 3px;
	color: #000;
	outline: none;
	font-size: 15px;
}
#book-taxi-ride label {
	color: #646464;
	margin-bottom: 8px;
	font-size: 15px;
}
.section-heading h4 {
	margin-bottom: 3px;
	font-size: 16px;
	color: var(--theme-color);
	font-family: var(--theme-default-font);
	font-weight: 400;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.section-heading h2 {
	font-size: 32px;
	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: 16px;
	padding: 11px 8px;
	outline: none;
}
.section-heading h4 i {
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: -2px;
}
/* car-splash */
/* .booking-car::before {
	content: "";
	width: 429px;
	height: 121px;
	position: absolute;
	background: url("../image/_car-splash.png");
	right: 240px;
	transform: rotate(1deg);
	top: 74px;
	-webkit-animation: splash 4s normal 0.6s forwards infinite linear;
	-moz-animation: splash 4s normal 0.6s forwards infinite linear;
	-o-animation: splash 4s normal 0.6s forwards infinite linear;
	animation: splash 4s normal 0.6s forwards infinite linear;
	opacity: 0;
	background-size: cover;
	background-position: center;
}
@-webkit-keyframes splash {
  0% {
    opacity: 0;
  }
  1.5% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
}
@-moz-keyframes splash {
  0% {
    opacity: 0;
  }
  1.5% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
}
@-o-keyframes splash {
  0% {
    opacity: 0;
  }
  1.5% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
}
@keyframes splash {
  0% {
    opacity: 0;
  }
  1.5% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
} */

/* destinations_con */
.destinations_con .dec_img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.destinations_con .dec_img {
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	padding: 8px;
  position: relative;
  overflow: hidden;
}
.destinations_con .dec_img::before{
  content: "";
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 0%;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
.destinations_con .dec_con {
  text-align: center;
  padding: 15px 0;
}
.destinations_con .dec_con h4 {
	margin-bottom: 7px;
  color: #242424;
}
.destinations_con .dec_con p{
  margin-bottom: 0;
  color: #4b4b4b;
}
.destinations_con:hover .dec_img::before{
  width: 100%;
  height: 100%;
}
.about_sec{
  background: url('../image/bg-1.jpg') no-repeat center;
  background-size: cover;
}
.about_img_sty img {
	border-radius: 100px 100px;
  border: 2px solid var(--theme-color);
  padding: 7px;
}
.about_img_sty_top img {
	border-radius: 100px 100px 100px 0;
  border: 2px solid var(--theme-color);
  padding: 7px;
}
.about_img_sty_bom img {
	border-radius: 100px 0 100px 100px;
  border: 2px solid var(--theme-color);
  padding: 7px;
}
.footer-logo img {
	width: 170px;
}
.footer-top .brand::before, .footer-top .brand::after {
	background-color: var(--theme-color-second);
	background-repeat: repeat;
	background-size: cover;
	content: "";
	width: 150%;
	height: 100%;
	position: absolute;
	right: 150px;
	bottom: -1px;
	z-index: -1;
}
.footer-top .footer-call::before {
  background-color:var(--theme-color-second);
	background-size: 10px 10px;
	content: '';
	width: 5000px;
	height: 100%;
	position: absolute;
	left: -85px;
	bottom: 0;
	z-index: -1;
}
.footer-top-wrap {
	background-color: var(--theme-color-second);
	overflow: hidden;
	border-bottom: 1px solid #ffffff29;
}
.top_hed_right {
	display: flex;
  align-items: center;
  gap: 15px;
}
.language_hed select {
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	font-size: 13px;
	padding: 5px;
}
.testi-item {
  background-color: #f5f5f5d4;
	padding: 40px 20px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
	position: relative;
  border-radius: 6px;
}
.testi-item p {
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 0;
}
.quote-icon {
	background-color: #dab600;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	font-size: 30px;
	color: #222;
	width: 60px;
	height: 44px;
	position: absolute;
	right: 40px;
	top: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.testi-author .author-thumb img {
  border-radius: 50%;
}

.testi-author .author-info h3 {
  font-size: 22px;
  margin: 0;
  display: block;
  line-height: 1;
}

.testi-author .author-info h3 span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.owl-review .item {
	margin: 12px;
}
.reviews_ft{
  background-image: url('../image/home-bg2.png');
  background-color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.main_header .header-info-text a {
	color: #1d1d1d;
	font-family: var(--theme-default-font);
	font-size: 15px;
	font-weight: 400;
}
.main_header .header-info-text address {
	color: #1d1d1d;
	font-family: var(--theme-default-font);
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}
.imge_ani_con{
  border-radius: 10px;
  overflow: hidden;
} 
.imge_ani_con img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* Add perspective to the entire slider */

.imge_ani_con {
  overflow: hidden; /* Ensures that the image does not overflow its container */
}

.imge_ani_con img {
  transition: transform 0.5s ease-in-out; /* Smooth zoom animation */
}

.owl-item.active.center .imge_ani_con img {
  transform: scale(1.2); /* Zoom in on the center image */
}

.owl-item.active .imge_ani_con img {
  transform: scale(1); /* Normal scale for active but non-center images */
}

.owl-item .imge_ani_con img {
  transform: scale(0.9); /* Slightly smaller scale for non-active images */
}



.ey_sec .top_ivon p{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.ey_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%;
    text-align: center;
  border: 1px solid var(--theme-color);
}
.ey_sec .top_ivon:hover p{
  color: #0f0f0f;
}

.ey_sec .top_ivon:hover{
  transform: translateY(-5px);
  border: 1px solid var(--theme-color);
  background-color:var(--theme-color);
}
.ey_sec .top_ivon h4 {
margin-bottom: 4px;
font-size: 21px;
}
.ey_sec .top_ivon:hover .top_img{
  background: #ffffff;
  color: var(--theme-color);
}
.ey_sec .top_ivon .top_img img {
	width: 50px;
}
.ey_sec .top_ivon .top_img {
	width: 80px;
	height: 80px;
	justify-content: center;
	background: var(--theme-color);
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #fff;
	border-radius: 8px;
	transition: all 0.6s;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 15px;
}
.about_sec .btn_sec .btn1 {
	width: 170px;
}
.about_sec .btn_sec .btn2 {
	width: 170px;
}
.fix_call {
  position: fixed;
  bottom:80px;
  right: 20px;
  z-index: 222;
}
.fix_call img {
	width: 50px;
}
.fix_call a{
  display: block;
  margin: 10px 0;
}



/* inner page */

.breadcrumb-area {
  padding: 230px 0 120px;
}

.breadcrumb-area .breadcrumb-wrap {
  text-align: center
}
.breadcrumb-area .breadcrumb-wrap h1 {
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
  font-size: 16px;
  color: #fff;
  font-weight: 500
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
  vertical-align: middle;
  font-size: 22px
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #262339;
  margin: 0 6px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  font-size: 20px;
  color: #262339;
  -webkit-transition: all .2s;
  transition: all .2s
}


.pagination a i {
  font-size: 28px;
  line-height: 38px
}

.breadcrumb-links {
  gap: 12px;
  display: flex;
  align-items: center;
}
.breadcrumb-area h2{
  color: var(--theme-color);
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
  vertical-align: center;
  font-size: 17px;
  margin-left: 5px;
}


#about_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/about-banner.png') no-repeat center;
  background-size: cover;
}

#booking_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/booking-banner.png') no-repeat center;
  background-size: cover;
}

#transfer_quo_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image//transfer-quotes-banner.jpg') no-repeat center;
  background-size: cover;
}

/* transfer */
.transfer_con {
	background-color: #f0f0f0;
	padding: 20px 15px 20px 15px;
	border: 1px solid #9a989866;
	transition: all 0.6s;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 50px 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.transfer_con::before {
	content: "";
	position: absolute;
	border-top: 3px solid var(--theme-color);
	border-left: 3px solid var(--theme-color);
	left: 0;
	top: 0;
	width: 0%;
	height: 0%;
	border-radius: 50px 0 50px;
	transition: all 0.6s ease-in-out;
	z-index: -1;
}
.transfer_con::after {
	content: "";
	position: absolute;
	border-bottom: 3px solid var(--theme-color);
	border-right: 3px solid var(--theme-color);
	right: 0;
	bottom: 0;
	width: 0%;
	height: 0%;
	border-radius: 50px 0 50px;
	transition: all 0.6s ease-in-out;
	z-index: -1;
}
.transfer_con:hover::after {
  width: 100%;
  height: 100%;
}
.transfer_con:hover::before {
  width: 100%;
  height: 100%;
}
.transfer_con .taft_con {
  padding: 15px;
}
.transfer_con .taft_con_img{
  border-radius: 15px;
  overflow: hidden;
}
.transfer_con .taft_con .prize_con {
  color: var(--theme-color);
}

.transfer_con .taft_con .prize_con {
  color: #C00;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.transfer_con .taft_con h5 strong {
  color: var(--theme-color);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--theme-default-font);
}

.transfer_con .taft_con h5 {
  color: #1d1d1d;
  margin-bottom: 10px;
  font-family: var(--theme-default-font);
  font-weight: 500;
  font-size: 18px;
}

.transfer_con .rating i {
  color: var(--theme-color);
  font-size: 22px;
}

.transfer_con .taft_con p {
  margin-bottom: 10px;
}

.transfer_con .taft_con ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.transfer_con .taft_con ul li i {
  font-size: 25px;
  margin-right: 2px;
  color: #565656;
}
.transfer_con .btn_sec .btn1{
    width:100%;
}
.transfer_con .taft_con ul li {
  display: flex;
  align-items: center;
}

.transfer_con .taft_con ul li span {
  font-weight: 600;
}
#call_btn img {
	width: 40px !important;
}
.banner_sec .btn_sec {
	display: flex;
	gap: 15px;
	justify-content: center;
}
 .suggestions {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width:100%;
}
/* about */
.about_uc_es #call_btn img {
	width: 45px;
}
/* ....faq sec.... */
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color:var(--theme-color);
	box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}
.accordion-item {
	background-color: #fff;
	border: 1px solid var(--theme-color) !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: #fff;
	text-align: left;
	background-color: #fff;
	overflow-anchor: none;
  font-family: var(--theme-default-font);
  background-color: var(--theme-color);
	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;
}
#faq_bg{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/faq-banner.jpg') no-repeat center;
  background-size: cover;
}
#contact_bg{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/contact-banner.jpg') no-repeat center;
  background-size: cover;
}
#imprint_bg{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/imprint-banner.jpg') no-repeat center;
  background-size: cover;
}
#protection_bg{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../image/protection-banner.jpg') no-repeat center;
  background-size: cover;
}
/* CONTACT PAGE */

.contact_sec2 .contact-form {
  background: #e5e5e500;
  padding: 53px 28px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  height: 100%;
}

.contact_sec2 .contact-form input {
  height: 55px;
  border-radius: 4px;
  color: #666666;
  border: 1px solid var(--theme-color);
  box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
  font-size: 17px;
}

.contact_sec2 .contact-form input::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec2 .contact-form select {
  height: 55px;
  border-radius: 4px;
  color: #666666;
  border: 1px solid var(--theme-color);
  box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
}

.contact_sec2 .contact-form textarea {
  border-radius: 4px;
  color: #666666;
  font-size: 17px;
  border: 1px solid var(--theme-color);
  box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;

}

.contact_sec2 .contact-form textarea::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec2 .contact-info-top h4 {
  color: #171717;
  font-size: 22px;
  margin-bottom: 12px;
}

.contact_sec2 .contact-form button {
  outline: none;
}
.home_map {
	height: 100%;
  border-radius: 15px;
  overflow: hidden;
}


.contact_sec2 .contact-top {
  background: #fff;
  padding: 33px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #838383;
}

.contact_sec2 .contact-icon {
  position: relative;
}

.contact_sec2 .contact-info-top a {
  color: #2f2f2f;
  font-size: 16px;
}

.contact_sec2 .contact-info-top p {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact_sec2 .contact-icon i {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.contact_sec2 .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.contact_sec2 .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a {
  color: #777777;
  transition: all .3s ease-in-out;
}

.contact_sec2 .contact-icon {
  margin-bottom: 15px;
}

.contact_sec2 .contact-left {
  background: #fff;
  padding: 35px 25px;
  width: 100%;
  height: 100%;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a:hover {
  color: #5ad2d2;
}


.contact_sec1 .contact-top {
  background: #fff0;
  padding: 35px 15px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  box-shadow: 0 4px 16px #dedede;
  border-radius: 10px;
}

.contact_sec1 .contact-icon {
  position: relative;
}

.contact_sec1 .contact-info-top a {
  color: #2f2f2f;
  font-size: 16px;
}

.contact_sec1 .contact-info-top p {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact_sec1 .contact-icon i {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: var(--theme-color);
  margin-bottom: 15px;
}

.contact_sec1 .contact-top .contact-info-top h4 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 23px;
  text-transform: capitalize;
}

.contact_sec1 .fa.fa-clock-o {
  font-size: 28px !important;
}
#book-taxi-ride span{
      position: relative;
      display:block;
}
.suggestions {
	padding: 7px;
	  cursor: pointer;
}
