@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: "Lato", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #11100C;
}

.lf-z-\[9999999\] {
  z-index: 2 !important;
}

.container {
  width: 100%;
  max-width: 1240px;
  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;
  color: #fff;
}

p {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 0 !important;
  color: #fff;
}

h2 {
  color: #11100C;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

h3 {
  color: #11100C;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}

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;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 9;
  background: #1d1d1d;
  box-shadow: 0 4px 4px 0 rgba(204, 171, 84, 0.25);
}

.logo {
  display: -ms-flexbox;
  display: none;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100px;
}

.mbl_side {
  display: none;
}

.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: #11100C;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.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: #11100C;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #11100C;
}

.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: #11100C;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
  margin-left: auto;
}
.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: #11100C;
}

.navbar li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.navbar li a.ride:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.navbar li a.ride:hover i {
  color: #fff;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #11100C;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -15px;
  height: 3px;
  border-radius: 50px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%) scale(0);
  display: none;
}

.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;
  margin-right: auto;
}

.navbar li a:hover {
  color: #EAC530;
}

.navbar li a.active {
  color: #EAC530;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #11100C;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #11100C;
  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: #11100C;
}

/* 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: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #11100C;
  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: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  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: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  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: #11100C;
  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;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  color: #11100C;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
}
.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;
}

/* 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;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    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: #11100C;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #11100C;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #11100C;
  }
  .navbar .sub-menu li:hover a {
    color: #11100C;
    border-color: #11100C;
  }
  .navbar .sub-menu li a {
    color: #11100C;
    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;
  }
  .topmodyheader.bg-transparent {
    display: none;
  }
  ._header._menu_fixed .topmodyheader.bg-transparent {
    display: block;
  }
  .topmodyheader.bg-transparent .twobtn a {
    width: 150px;
    margin-right: 0;
    margin-left: 15px;
    padding: 10px 20px;
  }
  .topmodyheader.bg-transparent .twobtn a:hover {
    color: #000 !important;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(255, 255, 255, 0.1);
  }
  ._header._menu_fixed .logo {
    display: flex;
  }
  ._header._menu_fixed ul.ml-auto {
    margin-right: 0;
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #11100C;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #EAC530;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #EAC530;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #EAC530;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #11100C;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #11100C;
  }
  .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;
    background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
    background-size: 200% 100%;
    background-position: left;
    transition: all 0.5s ease-in-out;
    box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
    color: #11100C;
    text-align: center;
    border-radius: 5px;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #11100C;
    transition: color 0.5s ease-in-out;
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    color: #fff;
    box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #11100C;
  }
  .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: 70px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.banner .leftcap {
  width: 100%;
}
.banner .leftcap h1 {
  font-size: 68px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fff;
  line-height: normal;
  font-style: italic;
  letter-spacing: 1px;
}
.banner .leftcap h1 span {
  color: #eac530;
}
.banner .leftcap p {
  color: #fff;
  padding-bottom: 20px;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li i {
  padding-right: 15px;
  color: #EAC530;
}
.banner .leftcap ul li a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 40px;
  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;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ECCA32;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  color: #000;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #11100C;
  color: #fff;
  border-color: #11100C;
}

/*********************************
    Banner section end
*********************************/
.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 20px 0;
}
.markdiv.partner {
  padding: 11px 0;
  background-color: #161616;
}

.scrolling-ticker-box {
  --gap: 18px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  align-items: center;
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  min-width: 100%;
  animation: scroll 40s linear infinite;
}

.scrolling-content span {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
  border-right: 1px solid rgb(148, 148, 148);
}
.scrolling-content span img {
  padding-right: 10px;
}

.scrolling-content.brand span {
  border-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.mb_30 {
  margin-bottom: 30px;
}

.commcentag {
  border-radius: 30.5px;
  border: 1px solid #1F1D15;
  background: #1F1D15;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #EAC530;
  text-align: center;
  padding: 12px 30px;
  margin: 0px auto;
  margin-bottom: 20px;
  display: table;
  text-transform: capitalize;
}

.quiltycars .carcard {
  border-right: 1px solid #eac530;
  text-align: center;
  padding-right: 15px;
}
.quiltycars .carcard i {
  margin-bottom: 15px;
  height: 56px;
  background: linear-gradient(to left, #d1931b, #fff386, #d1931b);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 40px;
}
.quiltycars .carcard p {
  font-size: 13px;
}
.quiltycars .carcard.even {
  padding: 0 20px 0 0px;
}
.quiltycars .carcard.last {
  padding: 0 0 20px 0px;
  border-right: 0;
}

.premiumserv .airport_card {
  background: transparent;
  perspective: 1000px;
  height: 295px;
}
.premiumserv .card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.premiumserv .airport_card:hover .card_inner {
  transform: rotateY(180deg);
}
.premiumserv .card_front,
.premiumserv .card_back {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.premiumserv .card_front {
  background-color: #1f1f1f;
}
.premiumserv .card_back {
  border-radius: 8px;
  border: 1px solid #eac530;
  background: #1f1f1f;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}
.premiumserv .airport_card .card_img_top {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: left top;
     object-position: left top;
}
.premiumserv .airport_card .card_body {
  padding: 25px 8px;
  display: flex;
  justify-content: space-between;
}
.premiumserv .airport_card .card_title {
  padding-bottom: 0;
}
.premiumserv .airport_card .card_text {
  color: #52514d;
}
.premiumserv .airport_card .card_text i {
  padding-left: 10px;
}
.premiumserv .airport_card .read_more {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  align-self: flex-end;
}
.premiumserv .airport_card .read_more:hover {
  color: #EAC530;
  text-decoration: none;
}
.premiumserv .airport_card .back_content h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eac530;
  text-align: center;
  color: #fff;
}
.premiumserv .back_content .capsec {
  padding-top: 15px;
}
.premiumserv .back_content .capsec p {
  padding-bottom: 10px;
  text-align: center;
  margin: 0px auto;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}
.premiumserv .back_content .capsec a {
  text-align: center;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #eac530;
  transition: all 0.5s;
}
.premiumserv .back_content .capsec a i {
  padding-left: 10px;
}
.premiumserv .back_content .capsec a:hover {
  color: #fff;
}

.flthmesec .fletcard {
  padding: 22px;
  border-radius: 8px;
  background: #1f1f1f;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.flthmesec .fletcard .topsec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.flthmesec .fletcard .topsec h3 {
  color: #fff;
  padding-bottom: 0;
}
.flthmesec .fletcard .topsec span {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: none !important;
}
.flthmesec .fletcard .imgsec {
  height: 170px;
  padding-bottom: 20px;
  overflow: hidden;
}
.flthmesec .fletcard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s ease;
}
.flthmesec .fletcard .btmsec {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.flthmesec .fletcard .btmsec ul {
  display: flex;
}
.flthmesec .fletcard .btmsec ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
}
.flthmesec .fletcard .btmsec ul li i {
  color: #fff;
  font-size: 16px;
}
.flthmesec .fletcard .btmsec ul li span {
  font-size: 12px;
  color: #fff;
  padding-top: 7px;
  text-align: center;
}
.flthmesec .fletcard .btmsec a.vmore {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  padding-top: 5px;
  color: #EAC530;
  transition: all 0.5s ease-in-out;
}
.flthmesec .fletcard .btmsec a.vmore i {
  padding-left: 10px;
}
.flthmesec .fletcard .btmsec a.vmore:hover {
  color: #fff;
}
.flthmesec .fletcard:hover {
  border-color: #EAC530;
}
.flthmesec .fletcard:hover .imgsec img {
  transform: scale(1.02);
}
.flthmesec .loadmorebtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 50px auto auto;
  display: table;
}
.flthmesec .loadmorebtn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.flthmesec .loadmorebtn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.flthmesec .loadmorebtn:hover i {
  color: #fff;
}

.centp {
  position: relative;
}
.centp p {
  color: #fff;
  width: 53%;
  margin: 0px auto;
  text-align: center;
  background-color: #11100C;
  padding: 0 30px;
}
.centp::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #EAC530;
  width: 100%;
  z-index: -1;
}

.hmeabtsec .leftcap h3 {
  color: #fff;
  text-align: left;
  font-size: 36px !important;
  width: 100%;
}
.hmeabtsec .leftcap p {
  color: #fff;
  padding-bottom: 35px;
  width: 90%;
}
.hmeabtsec .leftcap .commcentag {
  margin: 0;
}
.hmeabtsec .leftcap a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.hmeabtsec .leftcap a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.hmeabtsec .leftcap a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.hmeabtsec .leftcap a:hover i {
  color: #fff;
}
.hmeabtsec .rightimg {
  position: relative;
}
.hmeabtsec .rightimg .imgone {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
}
.hmeabtsec .rightimg .imgtwo {
  position: relative;
  right: 12%;
  width: 80%;
  padding-top: 27%;
}
.hmeabtsec .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testmon_outr {
  padding-bottom: 130px;
}
.testmon_outr h2 {
  text-align: center;
  width: 42%;
  margin: auto;
}
.testmon_outr .testimonial-slider {
  max-width: 100%;
  margin: auto;
}
.testmon_outr .testimonial-slider .testimonial {
  padding: 25px 25px;
  text-align: center;
  background: #1f1f1f;
}
.testmon_outr .testimonial-slider .testimonial i {
  font-size: 50px;
  padding-bottom: 30px;
  text-align: left;
  display: block;
  color: #EAC530;
}
.testmon_outr .testimonial-slider .testimonial .userdetil {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .cliecnt {
  min-width: 56px;
  min-height: 56px;
  border-radius: 100%;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .cliecnt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .usercap {
  padding-left: 15px;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .usercap h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px !important;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .usercap ul {
  display: flex;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .usercap ul li {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #EAC530;
  padding-right: 4px;
}
.testmon_outr .testimonial-slider .testimonial .userdetil .usercap ul li i {
  font-size: 16px;
  padding-bottom: 0;
}
.testmon_outr .testimonial-slider .slick-center .testimonial {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.testmon_outr .testimonial-slider .shake {
  animation: shake 0.5s;
}
.testmon_outr .testimonial-slider .slick-prev,
.testmon_outr .testimonial-slider .slick-next {
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.testmon_outr .testimonial-slider .slick-prev i,
.testmon_outr .testimonial-slider .slick-next i {
  color: #89741f;
  font-size: 25px;
}
.testmon_outr .testimonial-slider .slick-prev:hover,
.testmon_outr .testimonial-slider .slick-next:hover {
  background-color: #353023;
}
.testmon_outr .testimonial-slider .slick-prev:hover i,
.testmon_outr .testimonial-slider .slick-next:hover i {
  color: #EAC530;
}
.testmon_outr .testimonial-slider .slick-slide {
  margin: 0 15px;
}
.testmon_outr .testimonial-slider .testimonial.slick-slide {
  opacity: 0.4;
}
.testmon_outr .testimonial-slider .testimonial.slick-slide.slick-current {
  opacity: 1;
}
.testmon_outr .testimonial-slider .slick-prev {
  left: 45%;
  top: auto;
  bottom: -40%;
  padding: 0;
  background: transparent;
}
.testmon_outr .testimonial-slider .slick-prev::before {
  content: "";
}
.testmon_outr .testimonial-slider .slick-next {
  right: 45%;
  top: auto;
  bottom: -40%;
  padding: 0;
  background: transparent;
}
.testmon_outr .testimonial-slider .slick-next::before {
  content: "";
}

.formsec {
  background: #1f1f1f;
  margin-top: 130px;
}
.formsec h2 {
  font-size: 30px;
  text-align: left;
}
.formsec p {
  padding-bottom: 30px;
}
.formsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.formsec a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.formsec a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.formsec a:hover i {
  color: #fff;
}
.formsec .fromarea {
  border-radius: 14.538px;
  background: #fff;
  padding: 15px 20px;
  position: absolute;
  top: -50%;
}
.formsec .fromarea h3 {
  font-size: 18px;
  font-weight: 600;
  color: #11100C;
  padding-bottom: 15px;
}
.formsec .fromarea lavel {
  display: block;
}
.formsec .fromarea input {
  width: 100%;
  padding: 10px 15px;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  border: 1px solid #11100C;
}
.formsec .fromarea select {
  width: 100%;
  padding: 10px 15px;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  border: 1px solid #11100C;
  height: 50px;
}
.formsec .fromarea textarea {
  width: 100%;
  padding: 10px 15px;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  border: 1px solid #11100C;
  height: 150px;
}
.formsec .fromarea button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.formsec .fromarea button i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.formsec .fromarea button:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.formsec .fromarea button:hover i {
  color: #fff;
}

.bigcontact {
  padding: 200px 0 100px;
}
.bigcontact .lft h2 {
  text-align: left;
  padding-bottom: 40px;
}
.bigcontact .lft a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.bigcontact .lft a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.bigcontact .lft a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.bigcontact .lft a:hover i {
  color: #fff;
}
.bigcontact .quick {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bigcontact .quick h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.bigcontact .quick a {
  padding-top: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.ramgeroversec .boxone {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.ramgeroversec .boxone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ramgeroversec .boxtwo {
  padding: 50px 15px;
  background-color: #292929;
  height: 100%;
}
.ramgeroversec .boxtwo h3 {
  padding-bottom: 20px;
}
.ramgeroversec .boxtwo p {
  font-size: 14px;
}

.hmeabtsec.fletngfaqsec1 {
  background-color: #1d1d1d;
}
.hmeabtsec.fletngfaqsec1 .leftcap h2 {
  text-align: left;
}
.hmeabtsec.fletngfaqsec1 .leftcap p {
  padding-bottom: 30px;
}
.hmeabtsec.fletngfaqsec1 .leftcap a.faqbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}
.hmeabtsec.fletngfaqsec1 .leftcap a.faqbtn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.hmeabtsec.fletngfaqsec1 .leftcap a.faqbtn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.hmeabtsec.fletngfaqsec1 .leftcap a.faqbtn:hover i {
  color: #fff;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-item {
  margin-bottom: 25px;
  position: relative;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(1deg, #c47a11 14.4%, #ecca32 33.25%, #fff386 54.3%, #eac530 71.46%, #c27811 90.38%);
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-item:last-child {
  margin-bottom: 0;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-question {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-question:hover {
  color: #EAC530;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-answer {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  line-height: 1.5;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-answer.collapsing {
  opacity: 0;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-answer.collapse.show {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  animation: fadeInUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-answer.show {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-answer .check-icon {
  color: #EAC530;
  margin-right: 8px;
  font-size: 12px;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-divider {
  height: 1px;
  background-color: #555555;
  margin: 20px 0;
  margin-left: 20px;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-divider.last {
  display: none;
}
.hmeabtsec.fletngfaqsec1 .leftcap .collapse-icon {
  float: right;
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #888;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-question.active {
  color: #ffc107;
}
.hmeabtsec.fletngfaqsec1 .leftcap .faq-question.active .collapse-icon {
  transform: rotate(180deg);
  color: #ffc107;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faqsec2 .rightrngervr {
  overflow: hidden;
  border-radius: 8px;
}
.faqsec2 .rightrngervr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faqsec2 .leftfaqtwo {
  padding-right: 50px;
}
.faqsec2 .leftfaqtwo h2 {
  text-align: left;
}
.faqsec2 .leftfaqtwo .card {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff !important;
}
.faqsec2 .leftfaqtwo .card .card-header {
  border: 0;
  outline: none;
  background-color: transparent;
  padding-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.faqsec2 .leftfaqtwo .card .card-header button {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}
.faqsec2 .leftfaqtwo .card .card-header:hover button {
  color: #EAC530;
  text-decoration: none !important;
}
.faqsec2 .leftfaqtwo .card .card-body {
  padding-top: 10px;
  color: #fff;
}
.faqsec2 .leftfaqtwo .card.br20 {
  border-bottom: 0 !important;
}

.openworld {
  padding: 45px 55px;
  border-radius: 5px;
  border: 1px solid #c47a11;
  background: #272727;
}
.openworld h3 {
  color: #11100C;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-size: 36px !important;
  color: #fff;
}
.openworld ul {
  display: flex;
}
.openworld ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #575138;
}
.openworld ul li img {
  padding-bottom: 15px;
}
.openworld ul li i {
  background: linear-gradient(1deg, #c47a11 14.4%, #ecca32 33.25%, #fff386 54.3%, #eac530 71.46%, #c27811 90.38%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 35px;
  margin-bottom: 15px;
}
.openworld ul li h3 {
  text-align: center;
  color: #fff;
  font-size: 20px !important;
}

.openworld ul li:last-child {
  border-right: 0;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3 {
  background-color: transparent;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .rightimg {
  height: 100%;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .rightimg .imgone {
  width: 100%;
  position: relative;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .leftcap {
  padding-left: 50px;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .leftcap h3 {
  color: #11100C;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.openwrldthree .leftsec h3 {
  color: #11100C;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}
.openwrldthree .leftsec p {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.openwrldthree .leftsec .boxcap {
  padding-top: 40px;
}
.openwrldthree .leftsec .boxcap .innrsec h3 {
  text-align: left;
  color: #fff;
  color: #11100C;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}
.openwrldthree .leftsec .boxcap .innrsec img {
  padding-bottom: 15px;
}
.openwrldthree .leftsec .boxcap .innrsec i {
  background: linear-gradient(1deg, #c47a11 14.4%, #ecca32 33.25%, #fff386 54.3%, #eac530 71.46%, #c27811 90.38%);
  -webkit-background-clip: text;
          background-clip: text;
  margin: 15px 0px;
  color: transparent;
  font-size: 35px;
}
.openwrldthree .leftsec .boxcap .innrsec p {
  width: 90%;
  color: #fff;
}
.openwrldthree .rightsec {
  padding-left: 30px;
}
.openwrldthree .rightsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topluxerybg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0 150px;
}
.topluxerybg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.topluxerybg h2 {
  text-align: center;
}
.topluxerybg .inrcntr {
  position: relative;
  z-index: 99;
}

.premiumserv.abtprmserv {
  margin-top: -130px;
}
.premiumserv.abtprmserv a.loadmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 0px auto;
  display: table;
}
.premiumserv.abtprmserv a.loadmore i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.premiumserv.abtprmserv a.loadmore:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.premiumserv.abtprmserv a.loadmore:hover i {
  color: #fff;
}

.tophed a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 20px auto auto;
  display: table;
}
.tophed a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.tophed a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.tophed a:hover i {
  color: #fff;
}

.tabfleet .nav-tabs {
  margin-bottom: 30px !important;
  justify-content: center;
}
.tabfleet .nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  padding: 10px 50px;
}
.tabfleet .nav-tabs .nav-item .nav-link.active {
  color: #EAC530;
  border-bottom: 1px solid #EAC530;
}
.tabfleet .nav-tabs .nav-item:hover .nav-link {
  color: #EAC530;
  border-bottom: 1px solid #EAC530;
}
.tabfleet .flthmesec .fletcard {
  border-radius: 8px;
  background: linear-gradient(180deg, #ded9ac 0%, #e8e8e8 100%), #1f1f1f;
  padding: 22px 0 0 0;
  height: 100%;
}
.tabfleet .flthmesec .fletcard .topsec {
  padding: 0 22px;
}
.tabfleet .flthmesec .fletcard .topsec h3 {
  color: #11100C;
}
.tabfleet .flthmesec .fletcard .imgsec {
  padding: 0 22px 20px 22px;
}
.tabfleet .flthmesec .fletcard .btmsec {
  padding: 20px 22px;
  display: none;
}
.tabfleet .flthmesec .fletcard .btmsec a.vmore {
  color: #11100C;
}
.tabfleet .flthmesec .fletcard .btmsec a.vmore.gallery {
  display: none;
}
.tabfleet .flthmesec .fletcard .btmsec ul li i {
  color: #11100C;
}
.tabfleet .flthmesec .fletcard .btmsec ul li span {
  color: #11100C;
}
.tabfleet .flthmesec .fletcard .capsec {
  padding: 20px;
  background-color: #11100C;
  display: block;
  height: 100%;
}
.tabfleet .flthmesec .fletcard .capsec h3 {
  text-align: center;
  font-size: 24px !important;
  display: none;
}
.tabfleet .flthmesec .fletcard .capsec p {
  padding-bottom: 20px;
}
.tabfleet .flthmesec .fletcard .capsec .btmsec {
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}
.tabfleet .flthmesec .fletcard .capsec .btmsec .vmore.vmore_two {
  margin-top: 10px;
  color: #fff;
}
.tabfleet .flthmesec .fletcard .capsec .btmsec ul li i {
  color: #fff;
}
.tabfleet .flthmesec .fletcard .capsec .btmsec ul li span {
  color: #fff;
}
.tabfleet .flthmesec .fletcard:hover .topsec {
  opacity: 1;
}
/* .tabfleet .flthmesec .fletcard:hover .btmsec ul {
  display: none;
} */
.tabfleet .flthmesec .fletcard:hover .btmsec a.vmore {
  display: none;
}
.tabfleet .flthmesec .fletcard:hover .btmsec a.vmore.gallery {
  display: block;
  margin-left: auto;
}
.tabfleet .flthmesec .fletcard:hover .capsec {
  display: block;
}
.tabfleet .flthmesec .fletcard:hover .capsec .btmsec a.vmore {
  display: none;
}
.tabfleet .flthmesec .fletcard:hover .capsec .btmsec .vmore.vmore_two {
  display: block;
}
.tabfleet .flthmesec .fletcard:hover .capsec .btmsec ul {
  display: flex;
}
.tabfleet .flthmesec .fletcard.active.open {
  height: 100%;
}
.tabfleet .flthmesec .fletcard.active.open .capsec {
  display: block;
}

.middlebdersec {
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
}
.middlebdersec h3 {
  color: #11100C;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
  padding-bottom: 30px;
}
.middlebdersec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.middlebdersec a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.middlebdersec a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.middlebdersec a:hover i {
  color: #fff;
}
.middlebdersec p {
  font-size: 20px;
}

.quiltycars.fltmainqulity {
  background-color: #1d1d1d;
}
.quiltycars.fltmainqulity .carcard {
  text-align: center;
}
.quiltycars.fltmainqulity .carcard i {
  margin-bottom: 20px;
}

.premiumserv.premiumserv_main a.cntrbknow {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 30px auto;
  display: table;
}
.premiumserv.premiumserv_main a.cntrbknow i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.premiumserv.premiumserv_main a.cntrbknow:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.premiumserv.premiumserv_main a.cntrbknow:hover i {
  color: #fff;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq {
  background-color: #1d1d1d;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq a.faqbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 20px auto 0 auto;
  display: table;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq a.faqbtn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq a.faqbtn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq a.faqbtn:hover i {
  color: #fff;
}

.faqsec2.faqsedBG {
  background-color: #1d1d1d;
}

.middlebdersec.middlebdersec_two {
  border: 0;
  background-color: #1d1d1d;
}
.middlebdersec.middlebdersec_two h3 {
  padding-bottom: 40px;
}

.markdiv.markdiv_servsing {
  padding: 35px 0;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq.servsingfaq {
  background-color: transparent;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3.servFaq.servsingfaq .row:nth-child(even) .leftcap {
  padding-left: 0;
  padding-right: 50px;
}

.quiltycars.processec {
  background-color: #1d1d1d;
}
.quiltycars.processec .cuscoltwo {
  padding-bottom: 70px;
}
.quiltycars.processec .leftimg {
  height: 100%;
  overflow: hidden;
}
.quiltycars.processec .leftimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiltycars.processec .leftpr {
  padding-left: 70px;
}
.quiltycars.processec .leftpr .carcard {
  position: relative;
  text-align: start;
}
.quiltycars.processec .leftpr .carcard .shape1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
}
.quiltycars.processec .leftpr .carcard .shape1 img {
  width: 75%;
}
.quiltycars.processec .leftpr .carcard .shape2 {
  position: absolute;
  transform: translate(-80%, 0%);
  width: 130%;
}
.quiltycars.processec .leftpr .carcard .shape2 img {
  width: 100%;
}
.quiltycars.processec .leftpr .carcard .shape3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
}
.quiltycars.processec .leftpr .carcard .shape3 img {
  width: 75%;
}
.quiltycars.processec .leftpr p {
  width: 66%;
  font-size: 14px;
}
.quiltycars.processec .leftpr a.lernmore {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #EAC530;
  transition: all 0.5s ease-in-out;
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.quiltycars.processec .leftpr a.lernmore i {
  padding-left: 10px;
  height: auto;
  width: auto;
  margin: 0;
}
.quiltycars.processec .leftpr a.lernmore:hover {
  color: #fff;
}
.quiltycars.processec a.processbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 40px auto auto;
  display: table;
}
.quiltycars.processec a.processbtn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.quiltycars.processec a.processbtn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.quiltycars.processec a.processbtn:hover i {
  color: #fff;
}

.commcntrbknow {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 30px auto auto;
  display: table;
}
.commcntrbknow i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.commcntrbknow:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.commcntrbknow:hover i {
  color: #fff;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec {
  background-color: #1d1d1d;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec .row {
  position: relative;
}
/* .hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec .row .airptdisnone {
  position: sticky;
  top: 0px;
} */
.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec .leftcap .faq-question i {
  padding-left: 30px;
  font-size: 15px;
}

.airportfleet .pricing_card {
  border-radius: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 500px;
  margin: 0 auto;
}
.airportfleet .pricing_card .car_header {
  padding: 0px 30px 0 30px;
  text-align: center;
  position: relative;
}
.airportfleet .pricing_card .car_image {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}
.airportfleet .pricing_card .car_title {
  padding: 20px 0;
  text-transform: uppercase;
}
.airportfleet .pricing_card .pricing_table_outr {
  border-radius: 5.643px;
  background: #1d1d1d;
  box-shadow: 0 4.232px 6.278px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.airportfleet.airportprice .pricing_card .pricing_table_outr {
  background: #313131;
}
.airportfleet .pricing_card .pricing_table_outr ul {
  display: flex;
}
.airportfleet .pricing_card .pricing_table_outr ul.capacity {
  justify-content: space-evenly;
}
.airportfleet .pricing_card .pricing_table_outr ul.capacity li {
  padding: 0;
}
.airportfleet .pricing_card .pricing_table_outr ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.airportfleet .pricing_card .pricing_table_outr ul li i {
  color: #fff;
  font-size: 18px;
}
.airportfleet .pricing_card .pricing_table_outr ul li span {
  color: #fff;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
}
.airportfleet .pricing_card .pricing_table th {
  background: rgba(40, 40, 40, 0.8);
  color: #ffffff;
  border: none;
  padding: 15px 25px;
  font-weight: 400;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.airportfleet .pricing_card .pricing_table tr:nth-child(odd) {
  background-color: #11100C;
}
.airportfleet .pricing_card .pricing_table td {
  color: #e0e0e0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.airportfleet .pricing_card .pricing_table tr:nth-child(even) {
  background-color: #272727;
}
.airportfleet .pricing_card .pricing_table tbody tr:hover td {
  background: rgba(30, 30, 30, 0.8);
  transform: translateX(5px);
}
.airportfleet .pricing_card .price_cell {
  text-align: right;
  font-weight: 600;
  color: #f8c146;
  font-size: 1.1rem;
}
.airportfleet .pricing_card .vat_notice {
  color: #fff;
  text-align: right;
  font-size: 14px;
}
.airportfleet .pricing_card .book_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  padding: 8px 40px;
}
.airportfleet .pricing_card .book_btn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.airportfleet .pricing_card .book_btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.airportfleet .pricing_card .book_btn:hover i {
  color: #fff;
}
.airportfleet .slick-slide {
  margin: 0 15px;
}
.airportfleet .slick-prev {
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #484848;
  transition: all 0.5s ease-in-out;
}
.airportfleet .slick-prev i {
  color: #fff;
}
.airportfleet .slick-prev:hover {
  background-color: #EAC530;
}
.airportfleet .slick-prev:hover i {
  color: #11100C;
}
.airportfleet .slick-next {
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #484848;
  transition: all 0.5s ease-in-out;
}
.airportfleet .slick-next i {
  color: #fff;
}
.airportfleet .slick-next:hover {
  background-color: #EAC530;
}
.airportfleet .slick-next:hover i {
  color: #11100C;
}
.airportfleet .slick-dots {
  bottom: -12px;
  position: relative;
  margin-top: 15px;
}
.airportfleet .slick-dots li button {
  background-color: #575757;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.airportfleet .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.airportfleet .slick-dots li.slick-active button {
  background-color: #EAC530;
}

@media (max-width: 767px) {
  .pricing_table th,
  .pricing_table td,
  .vat_notice {
    padding: 12px 15px;
  }
  .car_header {
    padding: 20px;
  }
  .car_title {
    font-size: 1.5rem;
  }
}
.airportfleet.airportprice {
  background-color: #1d1d1d;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec.nobg {
  background-color: transparent;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec.nobg .leftcap h3 {
  color: #fff !important;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3.airportfaqsec.nobg .leftcap.leftcp2 {
  padding-right: 50px;
  padding-left: 0;
}

.blogmainarea .blog-grid {
  margin-bottom: 60px;
}
.blogmainarea .blog-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}
.blogmainarea .blog-card:hover {
  transform: translateY(-8px);
}
.blogmainarea .blog-image {
  position: relative;
  overflow: hidden;
  height: 340px;
}
.blogmainarea .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blogmainarea .blog-content {
  padding: 15px 0;
}
.blogmainarea .blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.blogmainarea .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blogmainarea .blog-card:hover .blog-overlay {
  opacity: 1;
}
.blogmainarea .read-more-btn {
  background: rgba(248, 193, 70, 0.9);
  color: #1a1a1a;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.blogmainarea .read-more-btn:hover {
  background: #f8c146;
  transform: scale(1.05);
}
.blogmainarea .blog-title {
  color: #11100C;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
  padding-bottom: 20px;
  height: 96px;
  overflow: hidden;
}
.blogmainarea .blog-meta {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blogmainarea .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #EAC530;
}
.blogmainarea .meta-item:last-child {
  color: #b0b0b0;
}
.blogmainarea .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.blogmainarea .pagination-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(40, 40, 40, 0.8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blogmainarea .pagination-btn:hover {
  background: rgba(248, 193, 70, 0.2);
  border-color: #f8c146;
  color: #f8c146;
  text-decoration: none;
  transform: scale(1.1);
}
.blogmainarea .pagination-btn.active {
  background: linear-gradient(135deg, #f8c146 0%, #e6a832 100%);
  border-color: #f8c146;
  color: #1a1a1a;
  box-shadow: 0 5px 15px rgba(248, 193, 70, 0.4);
}
.blogmainarea .pagination-btn.active:hover {
  color: #1a1a1a;
}
.blogmainarea .pagination-arrow {
  background: rgba(60, 60, 60, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.blogmainarea .pagination-arrow:hover {
  background: rgba(248, 193, 70, 0.1);
  border-color: #f8c146;
}
.blogmainarea .pagination-arrow i {
  font-size: 0.9rem;
}
.blogmainarea .page-indicator {
  color: #b0b0b0;
  font-size: 0.9rem;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .blogmainarea .blog-content {
    padding: 20px;
  }
  .blogmainarea .blog-title {
    font-size: 1.1rem;
  }
  .blogmainarea .blog-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .blogmainarea .custom-pagination {
    gap: 5px;
  }
  .blogmainarea .pagination-btn {
    width: 45px;
    height: 45px;
  }
}

.blogoutrSing .blogbody {
  border-radius: 8px;
  background-color: #292929;
  padding: 70px 15px;
}
.blogoutrSing .blogbody .commsec {
  padding: 0 150px;
}
.blogoutrSing .blogbody .commsec h2 {
  text-align: left;
}
.blogoutrSing .blogbody .commsec ul {
  display: flex;
  padding-bottom: 20px;
}
.blogoutrSing .blogbody .commsec ul li {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-right: 20px;
  text-transform: uppercase;
}
.blogoutrSing .blogbody .commsec h3 {
  color: #11100C;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
  padding-bottom: 40px;
  text-align: left;
  text-transform: none;
}
.blogoutrSing .blogbody .commsec p {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-bottom: 40px;
}
.blogoutrSing .blogbody .commsec .middleimg {
  height: 457px;
  margin-bottom: 70px;
}
.blogoutrSing .blogbody .commsec .middleimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blogoutrSing .blogbody .bigimg {
  padding: 45px;
  height: 460px;
}
.blogoutrSing .blogbody .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mainblogsec2 {
  padding-bottom: 140px;
}
.mainblogsec2 .outrblog .item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 0 15px;
}
.mainblogsec2 .outrblog .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.mainblogsec2 .outrblog .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainblogsec2 .outrblog .item .cap {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: 50%;
}
.mainblogsec2 .outrblog .item .cap h3 {
  padding-bottom: 20px;
  font-size: 20px;
  text-align: left;
  color: #fff;
}
.mainblogsec2 .outrblog .item .cap ul li {
  display: flex;
}
.mainblogsec2 .outrblog .item .cap ul li a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #EAC530;
  padding-right: 10px;
}
.mainblogsec2 .outrblog .item .cap ul li span {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.mainblogsec2 .outrblog .item .cap ul li span::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background-color: #d9d9d9;
}
.mainblogsec2 .outrblog .slick-next {
  bottom: -45%;
  right: 40%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 10px 15px;
  border: none;
  top: auto;
  outline: none;
  background-color: transparent;
  z-index: 1;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-next i {
  font-size: 24px;
  color: rgba(255, 234, 145, 0.3);
}
.mainblogsec2 .outrblog .slick-next::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-next:hover {
  background-color: #353023;
}
.mainblogsec2 .outrblog .slick-next:hover i {
  color: #EAC530;
}
.mainblogsec2 .outrblog .slick-prev {
  bottom: -45%;
  right: 50%;
  left: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 10px 15px;
  border: none;
  top: auto;
  outline: none;
  z-index: 1;
  background-color: transparent;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-prev i {
  font-size: 24px;
  color: rgba(255, 234, 145, 0.3);
}
.mainblogsec2 .outrblog .slick-prev::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-prev:hover {
  background-color: #353023;
}
.mainblogsec2 .outrblog .slick-prev:hover i {
  color: #EAC530;
}

.topmodyheader {
  background-color: #11100C;
  padding: 4px 0;
  position: relative;
}

.topmodyheader ul {
  display: flex;
  align-items: center;
}

.topmodyheader ul li {
  flex: 1;
}

.topmodyheader ul li .logo_top {
  display: flex;
  justify-content: center;
}

.topmodyheader ul li:first-child {
  justify-content: flex-start;
  display: flex;
}

.topmodyheader ul li:last-child {
  justify-content: flex-end;
  display: flex;
}
.topmodyheader ul li .one a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  padding-right: 20px;
  color: #fff;
}
.topmodyheader ul li .one a i {
  padding-right: 10px;
  color: #fff;
}
.topmodyheader ul li .twobtn a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
}
.topmodyheader ul li .twobtn a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.topmodyheader ul li .twobtn a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.topmodyheader ul li .twobtn a:hover i {
  color: #fff;
}
.topmodyheader ul li .twobtn a.login {
  background: transparent;
  border: 1px solid #c47a11;
  color: #fff;
  box-shadow: none;
}
.topmodyheader ul li .logo_top {
  text-align: center;
}
.topmodyheader ul li .logo_top img {
  width: 150px;
  height: auto;
}

.topmodyheader ul li .one a:last-child {
  padding-right: 0;
}

.topmodyheader ul li .one a:last-child {
  margin-right: 0;
}

.airport-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 15px;
}

.airport-image.active {
  opacity: 1;
}

.airports-list {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}

.airport-item {
  border-left: 3px solid transparent;
  padding: 20px 30px;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.airport-item:hover,
.airport-item.active {
  border-left-color: #ff9500;
  background-color: rgba(255, 149, 0, 0.1);
}

.airport-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 149, 0, 0.2), transparent);
  transition: left 0.5s;
}

.airport-item:hover::before {
  left: 100%;
}

.airport-name {
  font-size: 1.3rem;
  font-weight: 500;
  color: white;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.airport-description {
  padding-bottom: 0 !important;
  width: 100% !important;
}

.arrow-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #ff9500;
}

.airport-item:hover .arrow-icon {
  transform: translateX(5px);
}

.checkmark {
  color: #ff9500;
  margin-right: 10px;
  font-size: 1rem;
}

.image-container {
  position: relative;
  height: 650px;
  overflow: hidden;
  border-radius: 15px;
}

.airports-list.mobile {
  display: none;
}

.captchafrm.letfcpfrom {
  position: relative;
  padding: 50px;
}
.captchafrm.letfcpfrom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 30px solid rgba(154, 154, 154, 0.53);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.captchafrm.letfcpfrom h2 {
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 25px !important;
  z-index: 1;
  position: relative;
}
.captchafrm.letfcpfrom input {
  padding: 15px;
  width: 100%;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
}
.captchafrm.letfcpfrom input::-moz-placeholder {
  color: #fff;
}
.captchafrm.letfcpfrom input::placeholder {
  color: #fff;
}
.captchafrm.letfcpfrom button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 30px;
}
.captchafrm.letfcpfrom button i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.captchafrm.letfcpfrom button:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.captchafrm.letfcpfrom button:hover i {
  color: #fff;
}

.contactFrom {
  background: #292929;
}
.contactFrom .innersec {
  border-radius: 8px;
  background: #100;
  position: relative;
  background-image: url(../images/cobtactus_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contactFrom .innersec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.91);
}
.contactFrom .innersec .leftpic {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contactFrom .innersec .leftpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contactFrom .innersec .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactFrom .innersec .leftpic .scmedia {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.contactFrom .innersec .leftpic .scmedia ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contactFrom .innersec .leftpic .scmedia ul li {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #EAC530;
  transition: all 0.5s;
  margin-right: 15px;
}
.contactFrom .innersec .leftpic .scmedia ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #11100C;
  height: 100%;
}
.contactFrom .innersec .leftpic .scmedia ul li:hover {
  background-color: #fff;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber {
  flex-direction: column;
  padding-top: 20px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li {
  display: flex;
  align-items: center;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
  padding-bottom: 8px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li i {
  padding-right: 10px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.contactFrom .innersec .rightform {
  padding: 30px;
  position: relative;
  z-index: 9;
}
.contactFrom .innersec .rightform h2 {
  text-align: left;
  padding-bottom: 20px;
}
.contactFrom .innersec .rightform input,
.contactFrom .innersec .rightform textarea {
  width: 100%;
  background-color: transparent;
  outline: none;
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contactFrom .innersec .rightform input::-moz-placeholder, .contactFrom .innersec .rightform textarea::-moz-placeholder {
  color: #fff;
}
.contactFrom .innersec .rightform input::placeholder,
.contactFrom .innersec .rightform textarea::placeholder {
  color: #fff;
}
.contactFrom .innersec .rightform .leftside {
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contactFrom .innersec .rightform .rightside {
  height: 55px;
}
.contactFrom .innersec .rightform .book_now {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.contactFrom .innersec .rightform .book_now i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.contactFrom .innersec .rightform .book_now:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.contactFrom .innersec .rightform .book_now:hover i {
  color: #fff;
}
.contactFrom .innersec .rightform .book_now:hover {
  background-color: #fff;
  color: #11100C;
}
.contactFrom .innersec .rightform button.book-now {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  height: auto;
  text-align: center;
}
.contactFrom .innersec .rightform button.book-now i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.contactFrom .innersec .rightform button.book-now:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.contactFrom .innersec .rightform button.book-now:hover i {
  color: #fff;
}
.contactFrom .innersec .rightform button.book-now:hover {
  background-color: #EAC530;
}

.mapsec {
  height: 370px;
  border-radius: 8px;
  overflow: hidden;
}
.mapsec iframe {
  width: 100%;
  height: 100%;
}

.g-recaptcha {
  width: 100%;
  transform: scale(0.75);
}

#successPopup {
  z-index: 10001;
}

.contactades .conicon {
  display: flex;
  align-items: center;
}
.contactades .conicon i {
  font-size: 30px;
  color: #EAC530;
}
.contactades .conicon .capsec {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.contactades .conicon .capsec span {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  padding-bottom: 5px;
  display: block;
  color: #fff;
}
.contactades .conicon .capsec a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
}

.markdiv_animat.sticky {
  position: fixed;
  top: 113px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #11100C;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #11100C;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
  text-align: center;
  margin: 0px auto;
  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;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.four_0_four a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.four_0_four a:hover i {
  color: #fff;
}

.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;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  margin: 0px auto;
  display: table;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.thanku a.backhme:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.thanku a.backhme:hover i {
  color: #fff;
}

.card-item.hidden {
  display: none;
}

.load-more-container {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-more-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
.load-more-btn i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
.load-more-btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.load-more-btn:hover i {
  color: #fff;
}

.load-more-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

footer {
  background-color: #11100C;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
}
footer p {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  transition: all 0.5s;
}
footer ul li a i {
  padding-right: 10px;
  color: #EAC530;
}
footer ul li a:hover {
  color: #EAC530;
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
footer ul li a.bknowft:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
footer ul li a.bknowft:hover i {
  color: #fff;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #11100C;
}
footer ul.ftaddress li a {
  display: flex;
}
footer ul.ftaddress li a i {
  padding-top: 8px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: linear-gradient(93deg, #C47A11 -0.49%, #ECCA32 23.2%, #FFF386 49.65%, #EAC530 71.21%, #C27811 94.97%), #EAC530;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #11100C;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  color: #11100C;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button i {
  padding-left: 18px;
  color: #11100C;
  transition: color 0.5s ease-in-out;
}
footer .newslet button:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
footer .newslet button:hover i {
  color: #fff;
}
footer .copy p {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #11100C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
footer ul.socialMedia li a i {
  color: #fff;
}
footer ul.socialMedia li a:hover i {
  color: #EAC530;
}

.terms_conditions p, .terms_conditions h3, .terms_conditions h4, .terms_conditions h5, .terms_conditions li {
  color: #fff;
}
.terms_conditions p {
  margin-bottom: 15px !important;
}
.terms_conditions h3 {
  margin-top: 25px;
}
.terms_conditions ul li {
  padding: 5px 0px;
}
.terms_conditions ul li ul {
  padding-left: 15px;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 17%;
  padding: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #11100C;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

.whatsapp-container{
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position:fixed;
  right:10px;
  bottom:10px;
  z-index: 7;
}

@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
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
.navbar-nav li.active a {
  color: #ffcc00; /* Change to your desired active color */
  font-weight: bold;
}

.vip-container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 40px;
  box-sizing: border-box;
}

.vip-panel {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  color: white;
  padding: 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vip-panel:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.vip-panel .content {
  z-index: 1;
}/*# sourceMappingURL=style.css.map */