@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #595959;
}
.lf-z-\[9999999\] {
  z-index: 1 !important;
}
.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
  font-family: "Bebas Neue", sans-serif;
}

p {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0 !important;
}

h2 {
  color: #1e1e1e;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h3 {
  color: #1e1e1e;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

.topbar {
  background-color: #CBB05B;
  padding: 10px 0;
}
.topbar ul {
  display: flex;
  justify-content: right;
}
.topbar ul li {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.topbar ul li .circle {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
.topbar ul li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  padding-left: 10px;
  color: #1e1e1e;
}
.windwbkfrm .banner_form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.windwbkfrm .form-label {
    font-weight: 500;
}
.windwbkfrm .btn-dark {
    background-color: #000;
    border: none;
    padding: 12px 0;
    font-size: 16px;
}
.windwbkfrm .btn-dark:hover {
    background-color: #333;
}
.mobilebkng .btn{
  color: #000;
}
.iti--allow-dropdown input{
  margin-left: 8px !important;
  padding-left: 10px !important;
}


.four_0_four {
  background-color: #000;
  position: relative;
}
.four_0_four h1 {
  font-weight: 400;
  font-size: 900px;
  text-align: center;
  background: linear-gradient(180deg, #898989 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.four_0_four .cap44 {
  position: absolute;
  width: 80%;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.four_0_four .cap44 h2 {
  text-align: center;
  color: #fff;
}

.thanku {
  background-color: #000;
}
.thanku h1{
font-weight: 400;
font-size: 400px;
text-align: center;
background: linear-gradient(180deg, #898989 0%, #000 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.thanku h2{
  text-align: center;
  color: #fff;
}


/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #1e1e1e;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #1e1e1e;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100px;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #595959;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #595959;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #595959;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #595959;
}

.navbar li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.navbar li a.ride::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.navbar li a.ride:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.navbar li a.ride:hover::before {
  left: 100%;
}
.navbar li a.ride:hover::after {
  width: 300px;
  height: 300px;
}
.navbar li a.ride:hover i {
  color: #fff;
  transform: translateX(5px);
}
.navbar li a.ride:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.navbar li a.ride:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.navbar li a.ride:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.navbar li a.ride:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.navbar li a.ride:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.navbar li a.ride:disabled:hover::before {
  left: -100%;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #CBB05B;
}
.navbar li.ctbtn a:hover{
  color: #000 !important;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -50px;
  height: 3px;
  border-radius: 8px 8px 0 0;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #CBB05B;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li a:hover::after {
  transform: translate(-50%) scale(1);
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
  padding-right: 50px;
}

.navbar li a:hover {
  color: #CBB05B;
}

.navbar li a.active {
  color: #CBB05B;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #595959;
}

ul.mbl_side {
  display: flex;
  align-items: center;
}
ul.mbl_side li.ctbtn a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;

  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  border-color: transparent;
}
ul.mbl_side li.ctbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
ul.mbl_side li.ctbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
ul.mbl_side li.ctbtn a i {
  padding-left: 18px;
  color: #000;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
ul.mbl_side li.ctbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;

}
ul.mbl_side li.ctbtn a:hover::before {
  left: 100%;
}
ul.mbl_side li.ctbtn a:hover::after {
  width: 300px;
  height: 300px;
}
ul.mbl_side li.ctbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
ul.mbl_side li.ctbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
ul.mbl_side li.ctbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
ul.mbl_side li.ctbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
ul.mbl_side li.ctbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
ul.mbl_side li.ctbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
ul.mbl_side li.ctbtn a:disabled:hover::before {
  left: -100%;
}
ul.mbl_side li.ctbtn a.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #595959;
}


ul.mbl_side li {
  margin-right: 10px;
}

ul.mbl_side li:nth-child(2) {
  width: 131px;
}

ul.mbl_side li:last-child {
  width: 162px;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #595959;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #595959;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #595959;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #595959;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #595959;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::before {
  left: 100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::after {
  width: 300px;
  height: 300px;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.sidebar .side_conarea .sidefb a.sdebknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sidebar .side_conarea .sidefb a.sdebknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.sidebar .side_conarea .sidefb a.sdebknow:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::before {
  left: -100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #595959;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.login li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.login li a:hover::before {
  left: 100%;
}
.login li a:hover::after {
  width: 300px;
  height: 300px;
}
.login li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.login li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.login li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.login li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.login li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.login li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.login li a:disabled:hover::before {
  left: -100%;
}
.login li a.lgin {
  background: transparent;
  color: #595959;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: none;
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #595959;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #595959;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #595959;
  }
  .navbar .sub-menu li:hover a {
    color: #CBB05B;
    border-color: #CBB05B;
  }
  .navbar .sub-menu li a {
    color: #595959;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #1e1e1e;
    -webkit-backdrop-filter: blur(7.5999999046px);
    backdrop-filter: blur(7.5999999046px);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #595959;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #CBB05B;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #CBB05B;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #595959;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #CBB05B;
  }
  .navbar .navbar-nav > li .sub-menu li:hover a::after {
    display: none !important;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #fff;
    border-radius: 8px;
    border: 0.5px solid #fff;
    background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
  }
  .menu-item-has-children .bknow:hover::before {
    left: 100%;
  }
  .menu-item-has-children .bknow:hover::after {
    width: 300px;
    height: 300px;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
    transform: translateX(5px);
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  .menu-item-has-children .bknow:active::after {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    background-position: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    left: -100%;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #595959;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.98deg, rgba(0, 0, 0, 0) 0.01%, #000000 63.34%);
}
.banner .leftcap {
  width: 95%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 56px;
  padding-bottom: 30px;
  color: #fff;
}
.banner .leftcap h1 span {
  color: #CBB05B;
}
.banner .leftcap p {
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #595959;
  color: #fff;
  border-color: #595959;
}
.banner .leftcap ul.bnrcon {
  padding-bottom: 20px;
}
.banner .leftcap ul.bnrcon li {
  padding-right: 10px;
}
.banner .leftcap ul.bnrcon li a {
  position: relative;
  padding-left: 20px;
}
.banner .leftcap ul.bnrcon li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #CBB05B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

/*********************************
    Banner section end
*********************************/
.commshadow {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 147px;
  background: linear-gradient(180deg, #e5e5e5 0%, #f6f6f6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 141px;
}

.premiumsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.premiumsec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.premiumsec a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.premiumsec a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.premiumsec a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.premiumsec a:hover::before {
  left: 100%;
}
.premiumsec a:hover::after {
  width: 300px;
  height: 300px;
}
.premiumsec a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.premiumsec a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.premiumsec a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.premiumsec a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.premiumsec a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.premiumsec a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.premiumsec a:disabled:hover::before {
  left: -100%;
}
.premiumsec .prefltcard {
  position: relative;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 400px;
}
.premiumsec .prefltcard::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #070707 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.premiumsec .prefltcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.premiumsec .prefltcard h3 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  padding-bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  transition: all 0.5s ease-in-out;
}
.premiumsec .prefltcard p {
  bottom: -60px;
  color: #fff;
  left: 20px;
  right: 20px;
  transition: all 0.5s ease-in-out;
  position: absolute;
}
.premiumsec .prefltcard:hover::before {
  opacity: 1;
}
.premiumsec .prefltcard:hover h3 {
  bottom: 80px;
}
.premiumsec .prefltcard:hover p {
  bottom: 15px;
}

.service_slider h2 {
  text-align: center;
}
.service_slider p.cenp {
  color: #595959;
  text-align: center;
  margin: 0px auto;
}
.service_slider .commshadow {
  margin: 0px auto;
  text-align: center;
}
.service_slider .mainservCard {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}
.service_slider .mainservCard h3 {
  padding-bottom: 0px;
}
.service_slider .mainservCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.service_slider .mainservCard img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_slider .mainservCard .card-body {
  padding: 20px;
}
.service_slider .mainservCard .read-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.service_slider .mainservCard .read-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.service_slider .mainservCard .read-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.service_slider .mainservCard .read-more i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.service_slider .mainservCard .read-more:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.service_slider .mainservCard .read-more:hover::before {
  left: 100%;
}
.service_slider .mainservCard .read-more:hover::after {
  width: 300px;
  height: 300px;
}
.service_slider .mainservCard .read-more:hover i {
  color: #fff;
  transform: translateX(5px);
}
.service_slider .mainservCard .read-more:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.service_slider .mainservCard .read-more:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.service_slider .mainservCard .read-more:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.service_slider .mainservCard .read-more:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.service_slider .mainservCard .read-more:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.service_slider .mainservCard .read-more:disabled:hover::before {
  left: -100%;
}
.service_slider .mainservCard .read-more:hover {
  color: #fff !important;
}
.service_slider .slick-prev,
.service_slider .slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.service_slider .slick-prev:hover,
.service_slider .slick-next:hover {
  background-color: #CBB05B;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.service_slider .slick-prev {
  left: 0;
}
.service_slider .slick-next {
  right: 0;
}
.service_slider .slick-prev:before,
.service_slider .slick-next:before {
  display: none;
}
.service_slider .slick-prev i,
.service_slider .slick-next i {
  color: #333;
  font-size: 18px;
  line-height: 45px;
}
.service_slider .slick-prev:hover i,
.service_slider .slick-next:hover i {
  color: #fff;
}
.service_slider .slick-dots {
  bottom: -40px;
}
.service_slider .slick-dots li button:before {
  font-size: 12px;
  color: #ddd;
}
.service_slider .slick-dots li.slick-active button:before {
  color: #CBB05B;
}
@media (max-width: 768px) {
  .service_slider .slick-prev {
    left: -35px;
  }
  .service_slider .slick-next {
    right: -35px;
  }
  .service_slider .slick-prev,
  .service_slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .service_slider .slick-prev i,
  .service_slider .slick-next i {
    font-size: 16px;
    line-height: 40px;
  }
  .service_slider .mainservCard {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .service_slider .slick-prev,
  .service_slider .slick-next {
    display: none !important;
  }
  .service_slider .mainservCard img {
    height: 180px;
  }
}

.fltmainsec {
  background-color: #000;
}
.fltmainsec h2 {
  text-align: center;
  color: #fff;
}
.fltmainsec .fltcard {
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
}
.fltmainsec .fltcard p:not(.feature-text) {
  text-align: left;
  font-size: 14px;
}
.fltmainsec .fltcard-header {
  padding: 0;
  text-align: center;
}
.fltmainsec h3 {
  color: #fff;
  padding: 10px;
  background-color: #081017;
  margin-bottom: 10px !important;
  text-align: left;
}
.fltmainsec p {
  color: #fff;
  text-align: center;
  margin: 0px auto;
}
.fltmainsec .fltcard-image {
  margin-bottom: 30px;
  padding: 0px 20px;
  text-align: center;
}
.fltmainsec .fltcard-image img {
  width: 100%;
  height: auto;
}
.fltmainsec .fltcard-features {
  display: flex;
  justify-content: center;
  padding: 0px 10px 15px;
  margin-top: -40px;
}
.fltmainsec .feature-item {
  text-align: center;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.fltmainsec .feature-icon {
  font-size: 14px;
  color: #CBB05B;
  margin-bottom: 8px;
  background: #081017;
  border-radius: 6px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fltmainsec .feature-text {
  font-size: 10px !important;
  color: #fff;
  line-height: 1.3;
  padding: 0 0 0 5px;
  background-color: transparent !important;
}
.fltmainsec .fltcard-pricing {
  padding: 0;
}
.fltmainsec .pricing-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
}
.fltmainsec .pricing-table tbody tr {
  border: 1px solid #1a2332;
}
.fltmainsec .pricing-table tbody tr:not(:last-child) {
  border-bottom: none;
}
.fltmainsec .pricing-table td {
  padding: 15px 18px;
  color: #CBB05B;
  font-size: 0.95rem;
  border: 1px solid #1a2332;
}
.fltmainsec .pricing-table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.fltmainsec .pricing-table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.fltmainsec .pricing-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.fltmainsec .pricing-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.fltmainsec .pricing-table .price-label {
  color: #fff;
}
.fltmainsec .flexprice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fltmainsec .pricing-table .price-value {
  text-align: right;
  font-weight: 600;
  font-size: 1.1rem;
}
.fltmainsec .vat-note {
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
.fltmainsec .btn-book {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-color: #CBB05B;

  margin: 0px auto;
}
.fltmainsec .btn-book::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.fltmainsec .btn-book::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltmainsec .btn-book i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec .btn-book:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.fltmainsec .btn-book:hover::before {
  left: 100%;
}
.fltmainsec .btn-book:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec .btn-book:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec .btn-book:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec .btn-book:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec .btn-book:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec .btn-book:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec .btn-book:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec .btn-book:disabled:hover::before {
  left: -100%;
}
.fltmainsec .maxpra {
  display: flex;
}
.fltmainsec .maxpra .feature-item {
  flex-direction: column;
  justify-content: center;
}
.fltmainsec .maxpra .feature-text {
  text-align: center;
  padding: 0;
}

.fltmainsec.homefltslid .viewallbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: table;
  margin: 70px auto auto;
  background: transparent;
  color: #fff;
}
.fltmainsec.homefltslid .viewallbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.fltmainsec.homefltslid .viewallbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltmainsec.homefltslid .viewallbtn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec.homefltslid .viewallbtn:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltmainsec.homefltslid .viewallbtn:hover::before {
  left: 100%;
}
.fltmainsec.homefltslid .viewallbtn:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec.homefltslid .viewallbtn:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec.homefltslid .viewallbtn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec.homefltslid .viewallbtn:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec.homefltslid .viewallbtn:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec.homefltslid .viewallbtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec.homefltslid .viewallbtn:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec.homefltslid .viewallbtn:disabled:hover::before {
  left: -100%;
}
.fltmainsec.homefltslid .slick-slide {
  margin: 0 15px;
}
.fltmainsec.homefltslid .slick-prev,
.fltmainsec.homefltslid .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fltmainsec.homefltslid .slick-prev::before,
.fltmainsec.homefltslid .slick-next::before {
  content: "";
}
.fltmainsec.homefltslid .slick-prev {
  left: -25px;
}
.fltmainsec.homefltslid .slick-next {
  right: -25px;
}
.fltmainsec.homefltslid .slick-prev i,
.fltmainsec.homefltslid .slick-next i {
  font-size: 18px;
  color: #000000;
}
.fltmainsec.homefltslid .slick-prev:hover,
.fltmainsec.homefltslid .slick-next:hover {
  background-color: #000000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.fltmainsec.homefltslid .slick-prev:hover i,
.fltmainsec.homefltslid .slick-next:hover i {
  color: #ffffff;
}
.fltmainsec.homefltslid .slick-prev:focus,
.fltmainsec.homefltslid .slick-next:focus {
  outline: none;
}
.fltmainsec.homefltslid .slick-prev.slick-disabled,
.fltmainsec.homefltslid .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.fltmainsec.homefltslid .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fltmainsec.homefltslid .slick-dots li {
  margin: 0 11px;
}
.fltmainsec.homefltslid .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.fltmainsec.homefltslid .slick-dots li.slick-active button {
  background-color: #1B2B38;
  width: 30px;
  border-radius: 6px;
}
.fltmainsec.homefltslid .slick-dots li button:hover {
  background-color: #1B2B38;
}
@media (max-width: 1200px) {
  .fltmainsec.homefltslid .slick-prev {
    left: -15px;
  }
  .fltmainsec.homefltslid .slick-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .fltmainsec.homefltslid .slick-prev,
  .fltmainsec.homefltslid .slick-next {
    width: 40px;
    height: 40px;
  }
  .fltmainsec.homefltslid .slick-prev {
    left: 10px;
  }
  .fltmainsec.homefltslid .slick-next {
    right: 10px;
  }
  .fltmainsec.homefltslid .slick-prev i,
  .fltmainsec.homefltslid .slick-next i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .fltmainsec.homefltslid .slick-prev,
  .fltmainsec.homefltslid .slick-next {
    display: none !important;
  }
}

.airportserv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.airportserv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.airportserv h2 {
  text-align: center;
  color: #fff;
  position: relative;
}
.airportserv .airportcard {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.airportserv .airportcard p {
  color: #fff;
  text-transform: uppercase;
}
.airportserv .airportcard:hover {
  background: #CBB05B;
}
.airportserv .airportcard:hover p {
  color: #fff;
}

.teusted {
  position: relative;
  background-size: auto;
  background-position: left;
  background-repeat: no-repeat;
}
.teusted .leftsec {
  display: flex;
}
.teusted .leftsec .imgone {
  margin-right: 20px;
  margin-bottom: 50px;
}
.teusted .leftsec .imgone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teusted .leftsec .imgone.two {
  margin-top: 50px;
  margin-bottom: -100px;
  padding-bottom: 100px;
}
.teusted .rightsec {
  padding-left: 50px;
}
.teusted .rightsec h2 {
  text-align: left;
}
.teusted .rightsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.teusted .rightsec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.teusted .rightsec a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.teusted .rightsec a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.teusted .rightsec a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.teusted .rightsec a:hover::before {
  left: 100%;
}
.teusted .rightsec a:hover::after {
  width: 300px;
  height: 300px;
}
.teusted .rightsec a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.teusted .rightsec a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.teusted .rightsec a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.teusted .rightsec a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.teusted .rightsec a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.teusted .rightsec a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.teusted .rightsec a:disabled:hover::before {
  left: -100%;
}
.teusted .rightsec p {
  padding-bottom: 30px;
}

.teusted .leftsec .imgone.two {
  margin-right: 0;
}

.testimonial-card {
  border-radius: 12px;
  border: 1px solid #dadada;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin: 0 15px;
  margin-bottom: 30px;
}

.testimonial-card .stars {
  color: #CBB05B;
}

.testimonial-card p {
  color: #595959;
  padding: 15px 0;
}
.testimonial-card p em {
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-author-info h6 {
  font-size: 14px;
  color: #595959;
  margin-bottom: 3px;
}

.testimonial-author-info span {
  font-size: 12px;
  color: #595959;
}

.testimonials_sect h2 {
  text-align: center;
}
.testimonials_sect .commshadow {
  text-align: center;
}
.testimonials_sect p.cenp {
  color: #595959;
}
.testimonials_sect a.readmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
  margin-top: 55px;
}
.testimonials_sect a.readmore::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.testimonials_sect a.readmore::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.testimonials_sect a.readmore i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.testimonials_sect a.readmore:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.testimonials_sect a.readmore:hover::before {
  left: 100%;
}
.testimonials_sect a.readmore:hover::after {
  width: 300px;
  height: 300px;
}
.testimonials_sect a.readmore:hover i {
  color: #fff;
  transform: translateX(5px);
}
.testimonials_sect a.readmore:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.testimonials_sect a.readmore:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.testimonials_sect a.readmore:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.testimonials_sect a.readmore:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.testimonials_sect a.readmore:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.testimonials_sect a.readmore:disabled:hover::before {
  left: -100%;
}
.testimonials_sect .slick-dots li button {
  width: 30px;
  height: 8px;
  border-radius: 30px;
  background-color: #f1f1f1;
  margin: 0 5px;
}
.testimonials_sect .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.testimonials_sect .slick-dots li {
  margin: 0 2px;
  width: auto;
  height: auto;
}
.testimonials_sect .slick-dots li.slick-active button {
  background-color: #CBB05B;
}
.testimonials_sect .googleTag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.testimonials_sect .slick-prev,
.testimonials_sect .slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.testimonials_sect .slick-prev:hover,
.testimonials_sect .slick-next:hover {
  background-color: #ffc107;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.testimonials_sect .slick-prev {
  left: 0;
}
.testimonials_sect .slick-next {
  right: 0;
}
.testimonials_sect .slick-prev:before,
.testimonials_sect .slick-next:before {
  display: none;
}
.testimonials_sect .slick-prev i,
.testimonials_sect .slick-next i {
  color: #333;
  font-size: 18px;
  line-height: 45px;
}
.testimonials_sect .slick-prev:hover i,
.testimonials_sect .slick-next:hover i {
  color: #fff;
}

.commcntctus {
  background-color: #f6f6f6;
}
.commcntctus .leftcap p {
  padding-bottom: 20px;
}
.commcntctus .leftcap .conin ul {
  display: flex;
}
.commcntctus .leftcap .conin ul li {
  padding: 10px 15px;
  border-right: 1px solid #e9e9e9;
}
.commcntctus .leftcap .conin ul li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
}
.commcntctus .leftcap .conin ul li a i {
  width: 48px;
  height: 48px;
  background: rgba(246, 175, 5, 0.06);
  border-radius: 100%;
  font-size: 20px;
  color: #CBB05B;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commcntctus .leftcap .concar {
  width: auto;
  height: auto;
  margin: 30px auto;
  display: block;
}
.commcntctus .leftcap iframe {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commcntctus .comcontactfrm .contact-form {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0px 14px 88px rgba(0, 0, 0, 0.17);
}
.commcntctus .comcontactfrm .contact-form h3 {
  text-align: center;
  font-size: 30px !important;
}
.commcntctus .comcontactfrm .iti__flag-container{
  top: 0px;
}
.commcntctus .comcontactfrm .iti__selected-flag{
  height: 35px;
}
.commcntctus .comcontactfrm .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px !important;
}
.commcntctus .comcontactfrm #phoneNumber {
 padding-left: 35px !important;
}
.commcntctus .comcontactfrm .form-control:focus {
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  border: 1px solid #ffc107;
}
.commcntctus .comcontactfrm .form-control::-moz-placeholder {
  color: #999;
}
.commcntctus .comcontactfrm .form-control::placeholder {
  color: #999;
}
.commcntctus .comcontactfrm select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  padding: 8px 15px;
}
.commcntctus .comcontactfrm textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.commcntctus .comcontactfrm .btn-submit {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.commcntctus .comcontactfrm .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.commcntctus .comcontactfrm .btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.commcntctus .comcontactfrm .btn-submit i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.commcntctus .comcontactfrm .btn-submit:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.commcntctus .comcontactfrm .btn-submit:hover::before {
  left: 100%;
}
.commcntctus .comcontactfrm .btn-submit:hover::after {
  width: 300px;
  height: 300px;
}
.commcntctus .comcontactfrm .btn-submit:hover i {
  color: #fff;
  transform: translateX(5px);
}
.commcntctus .comcontactfrm .btn-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.commcntctus .comcontactfrm .btn-submit:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.commcntctus .comcontactfrm .btn-submit:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.commcntctus .comcontactfrm .btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.commcntctus .comcontactfrm .btn-submit:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.commcntctus .comcontactfrm .btn-submit:disabled:hover::before {
  left: -100%;
}
@media (max-width: 576px) {
  .commcntctus .comcontactfrm .contact-form {
    padding: 30px 20px;
  }
  .commcntctus .comcontactfrm .contact-form-wrapper {
   margin-bottom: 20px;
  }
}

.commcntctus .leftcap .conin ul li:first-child {
  padding-left: 0;
}

.commcntctus .leftcap .conin ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.commFaq h2 {
  text-align: left;
}
.commFaq .faq-item {
  background-color: #fff;
}
.commFaq .faq-item:last-child {
  border-bottom: none;
}
.commFaq .faq-header {
  padding: 20px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.commFaq .faq-header:hover {
  background-color: #f8f9fa;
}
.commFaq .faq-question {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding-bottom: 0;
}
.commFaq .faq-icon {
  width: 30px;
  height: 30px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.commFaq .faq-icon i {
  color: #fff;
  font-size: 12px;
}
.commFaq .faq-header[aria-expanded=true] .faq-icon {
  background-color: #333;
}
.commFaq .faq-header[aria-expanded=false] .faq-icon {
  background-color: #333;
}
.commFaq .faq-body {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px dashed #e0e0e0;
}
.commFaq .faq-answer {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.commFaq .collapse {
  transition: height 0.3s ease;
}
@media (max-width: 576px) {
  .commFaq .faq-header {
    padding: 15px 20px;
  }
  .commFaq .faq-body {
    padding: 0 20px 15px 20px;
  }
  .commFaq .faq-question {
    font-size: 14px;
    padding-right: 15px;
  }
  .commFaq .faq-icon {
    width: 25px;
    height: 25px;
  }
  .commFaq .faq-icon i {
    font-size: 10px;
  }
}

.londontrusted .hero-image {
  height: 100%;
}
.londontrusted .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.londontrusted .hero-content {
  padding-left: 40px;
}
.londontrusted .contact-info {
  display: flex;
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}
.londontrusted .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-right: 1px solid #e9e9e9;
}
.londontrusted .contact-item i {
  color: #ffc107;
  font-size: 20px;
}
.londontrusted .contact-item span {
  font-size: 15px;
  font-weight: 600;
}
.londontrusted .contact-item span a {
  color: #333;
}
.londontrusted .btn-book {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.londontrusted .btn-book::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.londontrusted .btn-book::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.londontrusted .btn-book i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.londontrusted .btn-book:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.londontrusted .btn-book:hover::before {
  left: 100%;
}
.londontrusted .btn-book:hover::after {
  width: 300px;
  height: 300px;
}
.londontrusted .btn-book:hover i {
  color: #fff;
  transform: translateX(5px);
}
.londontrusted .btn-book:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.londontrusted .btn-book:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.londontrusted .btn-book:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.londontrusted .btn-book:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.londontrusted .btn-book:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.londontrusted .btn-book:disabled:hover::before {
  left: -100%;
}
@media (max-width: 992px) {
  .londontrusted .hero-container {
    flex-direction: column;
  }
  .londontrusted .hero-image,
  .londontrusted .hero-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .londontrusted .hero-content {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .londontrusted .hero-section {
    padding: 40px 0;
  }
}

.londontrusted .contact-item:first-child {
  padding-left: 0;
}

.londontrusted .contact-item:last-child {
  border-right: 0;
}

.banner.inrbnr {
  padding: 80px 0;
  background-color: #000;
}
.banner.inrbnr .leftcap {
  width: 100%;
}
.banner.inrbnr .leftcap h1 {
  text-align: center;
}
.banner.inrbnr .leftcap p {
  margin: 0px auto;
  text-align: center;
  width: 80%;
}
.banner.inrbnr .leftcap ul.bred {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner.inrbnr .leftcap ul.bred li {
  margin-right: 0;
}
.banner.inrbnr .leftcap ul.bred li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: capitalize;
}
.banner.inrbnr .leftcap ul.bred li i {
  padding: 0 10px;
  color: #fff;
}
.banner.inrbnr .inrimg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.inrbnr::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

p.cenp {
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

.whoweare .contentsec p {
  padding-bottom: 15px;
}
.whoweare .contentsec ul li {
  position: relative;
}
.whoweare .contentsec ul li::before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #CBB05B;
}
.whoweare .contentsec ul li p {
  padding-left: 30px;
}
.whoweare .contentsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.whoweare .contentsec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.whoweare .contentsec a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.whoweare .contentsec a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.whoweare .contentsec a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.whoweare .contentsec a:hover::before {
  left: 100%;
}
.whoweare .contentsec a:hover::after {
  width: 300px;
  height: 300px;
}
.whoweare .contentsec a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.whoweare .contentsec a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.whoweare .contentsec a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.whoweare .contentsec a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.whoweare .contentsec a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.whoweare .contentsec a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.whoweare .contentsec a:disabled:hover::before {
  left: -100%;
}
.whoweare .imgsec {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.whoweare .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whoweare:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.whychoseus {
  background-color: #000;
}
.whychoseus .commshadow {
  text-align: center;
  background: linear-gradient(180deg, #242424 0%, #000000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
}
.whychoseus h2 {
  text-align: center;
  color: #fff;
}
.whychoseus .pscard {
  padding: 0 15px;
  border-right: 1px solid #363636;
  height: 100%;
}
.whychoseus .pscard h3 {
  color: #fff;
}
.whychoseus .pscard p {
  color: #fff;
}
.whychoseus .pscard.br4 {
  border-right: 0;
}

.contactarea .mapsec {
  height: 100%;
  position: relative;
}
.contactarea .mapsec iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactarea .mapsec .maplabel {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.contactarea .mapsec .maplabel ul li {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.contactarea .mapsec .maplabel ul li i {
  min-width: 45px;
  min-height: 45px;
  border-radius: 100%;
  background-color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
.contactarea .mapsec .maplabel ul li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.contactarea .frmsec {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  background-color: #404040;
  padding: 30px;
}
.contactarea .frmsec h2 {
  color: #fff;
}
.contactarea .frmsec .form-group {
  margin-bottom: 20px;
}
.contactarea .frmsec .form-label {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  display: block;
}
.contactarea .frmsec .form-control {
  background-color: #5a5a5a;
  border: 1px solid #5a5a5a;
  color: #ffffff;
  padding: 7px 15px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s;
}
.contactarea .frmsec .form-control#phone {
  padding-left: 40px !important;
}
.contactarea .frmsec .text-danger {
  margin-top: 5px;
}

.contactarea .frmsec .form-control:focus {
  background-color: #6a6a6a;
  border-color: #7a7a7a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.contactarea .frmsec .form-control::-moz-placeholder {
  color: #999999;
}
.contactarea .frmsec .form-control::placeholder {
  color: #999999;
}
.contactarea .frmsec textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contactarea .frmsec select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.contactarea .frmsec .btn-submit {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: block;
}
.contactarea .frmsec .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.contactarea .frmsec .btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.contactarea .frmsec .btn-submit i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.contactarea .frmsec .btn-submit:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.contactarea .frmsec .btn-submit:hover::before {
  left: 100%;
}
.contactarea .frmsec .btn-submit:hover::after {
  width: 300px;
  height: 300px;
}
.contactarea .frmsec .btn-submit:hover i {
  color: #fff;
  transform: translateX(5px);
}
.contactarea .frmsec .btn-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.contactarea .frmsec .btn-submit:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.contactarea .frmsec .btn-submit:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.contactarea .frmsec .btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contactarea .frmsec .btn-submit:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contactarea .frmsec .btn-submit:disabled:hover::before {
  left: -100%;
}
.contactarea .frmsec .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.contactarea .frmsec .iti {
  background: #5a5a5a;
}

.contactarea .mapsec .maplabel ul li:last-child {
  padding-bottom: 0;
}

.iti {
  width: 100%;
  padding-left: 40px;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #1e1e1e;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.four_0_four a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.four_0_four a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.four_0_four a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.four_0_four a:hover::before {
  left: 100%;
}
.four_0_four a:hover::after {
  width: 300px;
  height: 300px;
}
.four_0_four a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.four_0_four a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.four_0_four a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.four_0_four a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.four_0_four a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.four_0_four a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.four_0_four a:disabled:hover::before {
  left: -100%;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(45deg, #CBB05B 0%, #CBB05B 50%, #e9dbad 50%, #e9dbad 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.thanku a.backhme::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.thanku a.backhme:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.thanku a.backhme:hover::before {
  left: 100%;
}
.thanku a.backhme:hover::after {
  width: 300px;
  height: 300px;
}
.thanku a.backhme:hover i {
  color: #fff;
  transform: translateX(5px);
}
.thanku a.backhme:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.thanku a.backhme:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.thanku a.backhme:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.thanku a.backhme:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.thanku a.backhme:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.thanku a.backhme:disabled:hover::before {
  left: -100%;
}

.footer-main {
  background-color: #1e1e1e;
  padding: 60px 0 40px;
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

.footer-description {
  color: #fff;
}

.footer-title {
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list li a {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.footrmap {
  height: 100%;
}
.footrmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-list li a:hover {
  color: #CBB05B;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-contact-item i {
  font-size: 18px;
  color: #CBB05B;
  min-width: 40px;
  min-height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #fff;
}

.footer-contact-item a,
.footer-contact-item span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}



/* Social Icons */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footer-social a {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #CBB05B;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #333333;
  transform: translateY(-3px);
}

.footer-social a i {
  font-size: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #1e1e1e;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-list li a {
    font-size: 14px;
  }
  .footer-contact-item {
    font-size: 14px;
  }
}
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #595959;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #595959;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************//*# sourceMappingURL=style.css.map */


/* ===============================
   LEGAL PAGE STYLES
================================*/

.legal_pages {
    padding: 60px 0;
    background: #f8f8f8;
    font-family: "Inter", "Poppins", Arial, sans-serif;
    color: #333;
    line-height: 1.7;
}



/* MAIN HEADING */
.legal_pages h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px !important;
    color: #000;
    letter-spacing: 0.5px;
}

/* SECTION HEADINGS */
.legal_pages h2 {
    font-size: 26px !important;
    font-weight: 600;
    color: #111;
    margin-top: 50px;
    margin-bottom: 20px !important;
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
}

/* SUB SECTION HEADINGS */
.legal_pages h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* PARAGRAPHS */
.legal_pages p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}

/* LIST STYLES */
.legal_pages ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.legal_pages ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    position: relative;
}

/* BULLET STYLE */
.legal_pages ul li::before {
    content: "•";
    color: #000;
    font-size: 20px;
    position: absolute;
    left: -18px;
    top: -2px;
}

/* BOLD LABELS INSIDE LISTS */
.legal_pages ul li b {
    color: #000;
    font-weight: 600;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .legal_pages {
        padding: 40px 15px;
    }

    .legal_pages h1 {
        font-size: 28px;
    }

    .legal_pages h2 {
        font-size: 22px;
    }

    .legal_pages h3 {
        font-size: 18px;
    }
}

/* Whatsapp icon */
.floating_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	display: inline-block
}
.contact_icon {
	border-radius: 50px;
	transition: .3s ease-in-out;
	box-shadow: 2px 2px 3px #000
}


/* Passenger Terms and Conditions */

.pr88Phone{
  padding-right: 8px;
}

.legal_pages.passenger_legal p{
  padding-bottom: 10px;
}
.legal_pages.passenger_legal a{
  color: #000;
  transition: all 0.5s ease-in-out;
}
.legal_pages.passenger_legal a:hover{
  color: #CBB05B;
}