@charset "UTF-8";
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 186, 218, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(218, 103, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(218, 103, 68, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  scroll-behavior: smooth;
}

.navbar-nav li a.active {
  color: #e01b1b;
  font-weight: 600;
}

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

@media (max-width: 1499px) {
  .container {
    max-width: 1370px !important;
  }
}
@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;
}

p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin-bottom: 0 !important;
}

.HeaderBtn {
  flex-shrink: 0;
  border-radius: 30.5px;
  background: #1F1D15;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #04468D;
  padding: 6px 28px;
  display: table;
  margin: 0px auto;
}

button:focus {
  outline: none !important;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.logo img {
  width: 150px;
}

.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: #000000;
  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%);
}

.top_conList {
  flex-direction: column;
}

.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: #000000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

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

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

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

.navbar-nav a.active {
  color: #e10038 !important;
}

._header._menu_fixed {
  background-color: #000000;
  padding: 0;
}
._header._menu_fixed .customnav {
  background-color: transparent;
}
._header._menu_fixed .logo {
  display: block;
}
._header._menu_fixed ul.ml-auto {
  margin-left: auto !important;
}
._header._menu_fixed ul.topmedia {
  display: none;
}
._header._menu_fixed .navbar li a {
  color: #000000;
}
._header._menu_fixed .navbar li a.ride {
  color: #fff;
  padding: 12px 45px;
}

.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: #E10038;
}

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

ul.topmedia {
  margin-left: auto;
  display: flex;
}
ul.topmedia li a {
  padding: 0 12px;
}

._header._menu_fixed .navbar .navbar-nav > li:last-child {
  display: block;
}

.navbar li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 30px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar li a.ride {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

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

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

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

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

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

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

/* 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: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000000;
  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: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  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: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  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: #000000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  background-color: #fff;
  color: #000000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.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 (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: 0 !important;
  align-items: center;
}

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

.navbar li a.active {
  color: #E10038;
}
.navbar li a.ride.active {
  color: #fff !important;
}

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

#countrySelect option {
  display: flex;
  align-items: center;
  font-size: 0; /* Hide the text */
}

@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: 275px;
    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: #E10038;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000000;
  }
  .navbar .sub-menu li:hover a {
    color: #000000;
    border-color: #000000;
  }
  .navbar .sub-menu li a {
    color: #000000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  ._header._menu_fixed .navbar li a {
    padding: 10px 12px;
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #04468D;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #04468D;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #04468D;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #04468D;
  }
  .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;
  }
  .enquBtn {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }
  .enquBtn select {
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #454545;
    transition: 0.5s;
    text-align: center;
  }
}
@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
  ==========================================*/
.headnav {
  padding: 15px 0 0;
}
.headnav a.logo {
  width: auto;
  display: block;
}
.headnav a.logo img {
  width: 150px;
  height: auto;
}
.headnav a.logo:focus-within {
  outline: none;
}
.headnav ul {
  display: flex;
  justify-content: right;
}
.headnav ul li {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.headnav ul li i {
  padding-right: 15px;
  font-size: 25px;
  color: #E10038;
}
.headnav ul li .cap {
  display: flex;
  flex-direction: column;
}
.headnav ul li .cap span {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: capitalize;
}
.headnav ul li .cap a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}
.headnav ul li a.booknow {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
}
.headnav ul li a.booknow:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

.customnav {
  border: 4px solid #FFF;
  background-color: #000000;
  padding: 5px;
}

/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  margin-top: -35px;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .container.bnr {
  position: relative;
  z-index: 1;
}
.banner .leftcap {
  height: 100%;
  padding: 0px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .leftcap ul {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 15px;
  text-transform: uppercase;
}
.banner .leftcap ul li:first-child {
  padding-left: 0;
}
.banner .leftcap ul li:nth-child(even) {
  border: 1px solid #fff;
  width: 35px;
  height: 1px;
}
.banner .leftcap h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: none;
  /* width: 80%; */
}
.banner .leftcap h1 span {
  color: #04468D;
}
.banner .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 25px;
  width: 90%;
  color: #fff;
}
.banner .leftcap .twobtn {
  display: flex;
}
.banner .leftcap .twobtn a {
  margin-right: 15px;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  color: #fff;
  transition: 0.5s;
}
.banner .leftcap .twobtn a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.banner .leftcap .twobtn a:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap .twobtn a:hover {
  color: #fff;
}
.banner .rightform {
  padding: 50px 0;
}
.banner .banrbtmp p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
}

.bnrcall {
  padding-bottom: 20px;
  display: flex;
}
.bnrcall a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 30px;
}
.bnrcall a span {
  padding-right: 15px;
}

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

booking-widget {
  position: relative;
  z-index: 8;
}

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

.navbar .navbar-nav > li.mobibk a {
  background-color: #000000;
  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: #000000;
}

.allmob p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}

/*********************************
    Banner section end
*********************************/
.saftysec .leftpic {
  border-radius: 4px;
  overflow: hidden;
}
.saftysec .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.saftysec .rightcap {
  padding-left: 30px;
}
.saftysec .rightcap h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
}
.saftysec .rightcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 40px;
  /* width: 72%; */
}
.saftysec .rightcap .inrcap {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.saftysec .rightcap .inrcap .icon {
  min-width: 63px;
  min-height: 63px;
  border: 0.768px solid #E10038;
  background: #FFF;
  margin-right: 20px;
}
.saftysec .rightcap .inrcap .icon i {
  font-size: 30px;
  color: #04468D;
}
.saftysec .rightcap .inrcap .content h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: left;
}
.saftysec .rightcap .inrcap .content p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 13px;
  padding-bottom: 0;
  width: 100%;
}

.commajk {
  margin: 0px auto;
  display: table;
  padding: 18px 64px;
  border-radius: 36.5px;
  background: #EFEFEF;
}

.bussec h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  padding-top: 30px;
  color: #000000;
}
.bussec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin: 0px auto;
  text-align: center;
  width: 52%;
  padding-bottom: 40px;
}
.bussec .coachcentr {
  margin: 0px auto;
}
.bussec .coachcentr img {
  width: auto;
  height: auto;
  margin: auto;
}

.premiumserv {
  background-color: #000000;
}
.premiumserv h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
.premiumserv p.cetenp {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  width: 55%;
  margin: 0px auto;
}
.premiumserv .slideritm .sliditm {
  filter: blur(4px);
  border: 1px solid transparent;
}
.premiumserv .slideritm .sliditm .imgbox {
  height: 300px;
  background-color: #000000;
  border-radius: 4.899px 5px 0px 0px;
}
.premiumserv .slideritm .sliditm .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.premiumserv .slideritm .sliditm .capbox {
  border-radius: 4.899px;
  border: 1px solid #FFF;
  background-color: #242121;
  padding: 15px 30px;
  margin-top: 30px;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.premiumserv .slideritm .sliditm .capbox h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  padding-bottom: 8px;
  color: #fff;
}
.premiumserv .slideritm .sliditm .capbox p {
  padding-bottom: 12px;
  text-align: center;
  margin: 0px auto;
  font-size: 14px;
  color: #fff;
}
.premiumserv .slideritm .sliditm .capbox a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  display: table;
  margin: 0px auto;
}
.premiumserv .slideritm .sliditm .capbox a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.premiumserv .slideritm .sliditm.slick-current {
  transform: scale(1.2);
  z-index: 1;
  position: relative;
  top: 80px;
  padding-bottom: 0px;
  padding-top: 0;
  filter: blur(0);
  border-color: #fff;
}
.premiumserv .slideritm .sliditm.slick-current .imgbox {
  height: 250px;
}
.premiumserv .slideritm .sliditm.slick-current .capbox {
  display: block;
  border-color: transparent;
}
.premiumserv .slick-slide {
  padding-top: 80px;
}
.premiumserv .slick-track {
  padding-bottom: 50px;
}
.premiumserv .slick-prev {
  left: 29%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  color: #000000;
  font-size: 15px;
  z-index: 10;
  position: absolute;
  bottom: -50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.5s;
}
.premiumserv .slick-prev::before {
  content: "";
}
.premiumserv .slick-prev:hover {
  background-color: #04468D;
  color: #fff;
}
.premiumserv .slick-next {
  right: 29%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  color: #000000;
  font-size: 15px;
  z-index: 10;
  position: absolute;
  bottom: -50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.5s;
}
.premiumserv .slick-next::before {
  content: "";
}
.premiumserv .slick-next:hover {
  background-color: #04468D;
  color: #fff;
}

.testmonal {
  background-color: #00152C;
}
.testmonal h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 50px;
}
.testmonal .testcard {
  border-radius: 4px;
  background: linear-gradient(151deg, #04468D 17.51%, #E10038 81.64%), #3B1B1B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 25px;
  margin: 0 15px;
}
.testmonal .testcard .user {
  min-height: 100px;
  min-width: 100px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.testmonal .testcard .user i {
  font-size: 40px;
}
.testmonal .testcard p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  padding-bottom: 20px;
}
.testmonal .testcard p i.top {
  font-size: 20px;
  padding-right: 10px;
  top: -20px;
  position: relative;
}
.testmonal .testcard p i.btm {
  font-size: 20px;
  padding-left: 10px;
  bottom: -20px;
  position: relative;
}
.testmonal .testcard h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
.testmonal .slick-dots {
  bottom: -58px;
}
.testmonal .slick-dots li button {
  width: auto;
  height: auto;
}
.testmonal .slick-dots li button::before {
  opacity: 1;
  content: "";
  background-color: #D9D9D9;
  font-size: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.testmonal .slick-dots li.slick-active button::before {
  opacity: 1;
  content: "";
  background-color: #E10038;
}

.braedrmb {
  position: relative;
  z-index: 1;
  margin: 0px auto;
}
.braedrmb ul {
  display: flex;
  justify-content: center;
}
.braedrmb ul li {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.braedrmb ul li a {
  color: #fff;
}
.braedrmb ul li:hover {
  color: #fff;
}
.braedrmb ul li:hover a {
  color: #fff;
}

.banner.innrbnr {
  background-position: center;
  padding: 160px 0;
}
.banner.innrbnr .leftcap h1 {
  text-align: center;
  width: 100%;
}

.welcmesecabt .leftsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcmesecabt .rightsec {
  padding-left: 40px;
}
.welcmesecabt .rightsec h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
}
.welcmesecabt .rightsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 20px;
}
.welcmesecabt .rightsec a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
}
.welcmesecabt .rightsec a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

.takeweofr h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 50px;
  text-align: center;
  color: #000000;
}
.takeweofr .gmscard {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: #292929;
  height: 100%;
  padding: 50px 25px;
  padding-bottom: 0;
  transition: all 0.5s;
  border: 1px solid transparent;
  margin-top: 50px;
}
.takeweofr .gmscard .icon {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #04468D;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.takeweofr .gmscard .icon i {
  font-size: 50px;
  color: #fff;
}
.takeweofr .gmscard h3 {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 15px;
  padding-top: 50px;
  color: #fff;
}
.takeweofr .gmscard p {
  font-size: 16px;
  color: #fff;
}
.takeweofr .gmscard:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(to right, #04468D, #E10038);
  border-radius: 8px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.takeweofr .gmscard:hover .icon {
  background: linear-gradient(151deg, #04468D 17.51%, #E10038 81.64%);
}

.ridecount {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.ridecount h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  width: 80%;
}
.ridecount p.right {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: right;
  color: #fff;
}
.ridecount .countbumbr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  background: rgba(78, 78, 78, 0.8);
  padding: 45px 15px;
  width: 70%;
  margin: auto;
  height: auto;
}
.ridecount .countbumbr span {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding-bottom: 7px;
  font-weight: 700;
}
.ridecount .countbumbr p {
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-size: 18px;
  color: #fff;
}

.commFAQsec h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px !important;
  text-align: left;
  color: #000000;
}
.commFAQsec .HeaderBtn.HeaderBtntwo {
  margin: 0px auto;
  display: table;
  margin-bottom: 30px;
}
.commFAQsec .faqoutr {
  width: 100%;
}
.commFAQsec .faqoutr .card {
  border-radius: 4.513px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  border-color: transparent;
}
.commFAQsec .faqoutr .accordion .card-header {
  cursor: pointer;
  border-radius: 3.77px !important;
  border: 0.471px solid #D8D8D8;
  background-color: transparent;
  padding: 8px 30px;
  margin-bottom: 15px;
}
.commFAQsec .faqoutr .accordion .card-header h5 {
  font-size: 18px;
}
.commFAQsec .faqoutr .accordion .btn-link {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commFAQsec .faqoutr .accordion .btn-link.collapsed::after {
  content: "+";
  float: right;
  font-size: 25px;
  border-radius: 100%;
  background-color: transparent;
  color: #000000;
  padding: 0px 10px;
  font-weight: 400;
}
.commFAQsec .faqoutr .accordion .btn-link:not(.collapsed)::after {
  content: "-";
  float: right;
  font-size: 25px;
  border-radius: 100%;
  background-color: transparent;
  padding: 0px 10px;
  font-weight: 400;
}
.commFAQsec .faqoutr .card-body {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 20px 30px;
  padding-top: 0;
  font-size: 13px;
  color: #000000;
}
.commFAQsec .faqoutr .card-body ul li {
  list-style: disc !important;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.commFAQsec .help {
  padding: 15px 0 0px;
}
.commFAQsec .help .support {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.commFAQsec .help span {
  color: #000000;
  font-size: 15.795px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.82px;
  letter-spacing: -0.158px;
  padding-right: 10px;
}
.commFAQsec .help a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.commFAQsec .help a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.commFAQsec .help a i {
  padding-right: 10px;
}
.commFAQsec .help a:hover {
  color: #fff;
}

.fletmainsec h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
}
.fletmainsec p.centp {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 75%;
}
.fletmainsec .fltcard {
  border-radius: 3.601px;
  border: 0.735px solid #FFF;
  transition: all 0.4s ease-in-out;
}
.fletmainsec .fltcard .imgsec {
  height: 300px;
}
.fletmainsec .fltcard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fletmainsec .fltcard .capsec {
  background-color: #242121;
  padding: 20px 30px;
}
.fletmainsec .fltcard .capsec h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
.fletmainsec .fltcard .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 20px;
  color: #fff;
}
.fletmainsec .fltcard .capsec a.bknow {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  margin: 0px auto;
  display: table;
}
.fletmainsec .fltcard .capsec a.bknow:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.fletmainsec .fltcard:hover {
  transform: translateY(-5px);
}

.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid {
  padding: 10px 10px;
  width: 95%;
  margin: 0px auto;
  background-color: transparent;
  bottom: auto;
  left: 0;
  right: 0;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slider-nav {
  width: 90%;
  margin: auto;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slider-nav .slick-track {
  transform: none;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide {
  margin: 0 6px;
  overflow: hidden;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide .imgbox {
  width: 160px;
  height: 85px;
  background: transparent;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 2px solid transparent;
  overflow: hidden;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide .imgbox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(25, 24, 24, 0.7);
  top: 0;
  left: 0;
  display: none;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide.slick-current.slick-active .imgbox {
  border-color: #04468D;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide.slick-current.slick-active .imgbox::before {
  background: transparent;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-prev, .fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-next {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -55px !important;
  transition: 0.5s;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-prev img, .fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-next img {
  filter: brightness(0);
  width: 30px;
  height: 30px;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-prev::before, .fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-next::before {
  content: "";
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-prev:hover, .fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-next:hover {
  background-color: transparent;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .slick-next {
  right: -60px;
  left: auto !important;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box {
  margin-bottom: 0 !important;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .slick-dots {
  bottom: 10px;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .slick-dots li button {
  background-color: #D9D9D9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: none;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .slick-dots li.slick-active button {
  background-color: #000000;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .bigimg {
  height: 335px;
  margin: 0 15px;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slider-box .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0px 0px;
}
.fltrotate .slick-prev {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  left: -50px;
  transition: all 0.5s ease-in-out;
}
.fltrotate .slick-prev::before {
  content: "";
}
.fltrotate .slick-prev i {
  font-size: 16px;
  color: #000000;
}
.fltrotate .slick-prev:hover {
  background-color: #04468D;
}
.fltrotate .slick-prev:hover i {
  color: #fff;
}
.fltrotate .slick-next {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  right: -50px;
  transition: all 0.5s ease-in-out;
}
.fltrotate .slick-next::before {
  content: "";
}
.fltrotate .slick-next i {
  font-size: 16px;
  color: #000000;
}
.fltrotate .slick-next:hover {
  background-color: #04468D;
}
.fltrotate .slick-next:hover i {
  color: #fff;
}

.fullsec h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #000000;
}
.fullsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}

.roattediv .leftimg {
  height: 100%;
  border-radius: 3.601px 3.675px 0px 0px;
}
.roattediv .leftimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roattediv .rightcap {
  padding-left: 30px;
}
.roattediv .rightcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 15px;
}
.roattediv .rightcap ul li {
  display: flex;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
  align-items: center;
  padding-bottom: 15px;
}
.roattediv .rightcap ul li i {
  padding-right: 15px;
}
.roattediv .rightcap a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
}
.roattediv .rightcap a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.roattediv .row:nth-child(even) {
  flex-direction: row-reverse;
}
.roattediv .row:nth-child(even) .rightcap {
  padding-left: 0;
  padding-right: 30px;
}
.roattediv .row:nth-child(even) .rightcap h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #000000;
  padding-bottom: 30px;
}

.servMainsec h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
}
.servMainsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin: 0px auto;
  width: 68%;
  text-align: center;
}
.servMainsec .servcard {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.servMainsec .servcard .imgsec {
  height: 190px;
  border-radius: 3.625px;
  overflow: hidden;
}
.servMainsec .servcard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servMainsec .servcard .capsec {
  padding: 20px 15px;
}
.servMainsec .servcard .capsec h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 20px;
}
.servMainsec .servcard .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.servMainsec .servcard .capsec a.btn {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  margin: 0px auto;
  display: table;
}
.servMainsec .servcard .capsec a.btn:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.servMainsec .servcard:hover {
  transform: translateY(-5px);
}

.footerfrm {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.footerfrm .leftfull {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.footerfrm .leftfull img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerfrm .leftfull.mobile {
  display: none;
}
.footerfrm .custmRow .cusstmcol {
  margin-left: auto;
}
.footerfrm .fromarea {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.footerfrm .fromarea .captchafrm.letfcpfrom {
  position: relative;
  padding: 50px;
}
.footerfrm .fromarea .captchafrm.letfcpfrom h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  margin-bottom: 25px !important;
  line-height: 55px;
  z-index: 1;
  position: relative;
}
.footerfrm .fromarea .captchafrm.letfcpfrom input {
  padding: 15px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  margin-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
}
.footerfrm .fromarea .captchafrm.letfcpfrom input::-moz-placeholder {
  color: #fff;
}
.footerfrm .fromarea .captchafrm.letfcpfrom input::placeholder {
  color: #fff;
}
.footerfrm .fromarea .captchafrm.letfcpfrom button {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  margin-top: 15px;
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 30px;
}
.footerfrm .fromarea .captchafrm.letfcpfrom button:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.footerfrm .fromarea .captchafrm.letfcpfrom textarea {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  background-color: transparent;
  color: #fff;
}
.footerfrm .fromarea .captchafrm.letfcpfrom textarea::-moz-placeholder {
  color: #fff;
}
.footerfrm .fromarea .captchafrm.letfcpfrom textarea::placeholder {
  color: #fff;
}

.afterefect {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.afterefect h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}
.afterefect p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 20px;
}
.afterefect .maincnfrm {
  margin: 0px auto;
  width: 80%;
}
.afterefect .maincnfrm .formsec label {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: capitalize;
  /* padding-bottom: 10px; */
  display: block;
}
.afterefect .maincnfrm .formsec textarea {
  min-height: 232px;
}
.afterefect .maincnfrm .formsec button.book-now {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  width: 230px;
  height: 57px;
  text-align: center;
}
.afterefect .maincnfrm .formsec button.book-now:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
.afterefect .maincnfrm .formsec .frmrow {
  width: 50%;
  margin: auto;
}
.afterefect .maincnfrm .g-recaptcha {
  width: 100%;
  transform: scale(0.75);
}

.followus {
  padding: 40px 0;
}
.followus .mediasec {
  border-right: 1px solid #C2C2C2;
}
.followus .mediasec h6 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
  text-align: left;
}
.followus .mediasec ul {
  display: flex;
}
.followus .mediasec ul a {
  margin-right: 10px;
  fill: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  overflow: hidden;
  color: #000000;
}
/* .followus .mediasec ul a:hover {
  animation: slide-in-top 0.3s both;
} */
.followus .cal {
  border-right: 1px solid #C2C2C2;
  height: 100%;
}
.followus .cal a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 20px;
}
.followus .cal a i {
  padding-right: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.followus .address {
  height: 100%;
}
.followus .address span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 20px;
}
.followus .address span i {
  padding-right: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

h2.horizan_h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 30px;
}

p.horizan_p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 65%;
}

#horizontal-scroll-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.horizontal-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 1;
}

.horizontal-content {
  display: flex;
  gap: 20px;
  height: 60%;
  padding: 20px;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eee;
}

.progress {
  height: 100%;
  width: 0%;
  background: red;
  transition: width 0.2s ease-out;
}

.cardSec {
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.cardSec .imgsec {
  overflow: hidden;
  border-radius: 4px;
  min-height: 213px;
}
.cardSec .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardSec .capsec {
  padding: 20px 15px;
}
.cardSec .capsec h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.cardSec .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
}
.cardSec .capsec a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  margin: 0px auto;
  display: table;
}
.cardSec .capsec a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.commImage_hover {
  overflow: hidden;
  display: block;
  position: relative;
}
.commImage_hover::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.commImage_hover:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
}
.four_0_four h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

footer {
  background-color: #000000;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer .footlogo img {
  width: 50%;
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
}
footer p {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
}
footer p a {
  color: #fff;
  transition: all .3s ease-in-out;
}
footer p a:hover {
  color: #E10038;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  transition: all 0.5s;
}
footer ul li a:hover {
  color: #E10038;
}
footer ul li a.bknowft {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
}
footer ul li a.bknowft:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000000;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #04468D, #E10038);
  background-size: 100% auto;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  transition: color 0.3s ease;
  background-color: #fff;
  color: #000000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}
footer .copy p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia, footer .copy {
  display: flex;
  justify-content: center;
}
footer ul.socialMedia li a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

/* New end */
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 55;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #04468D;
}

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

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

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

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

/*****************************
    Scroll to top css end
*****************************/
/* 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 */

/* 6/6/2025 */
.routes {
  background: #f8f8f8;
}
.routes .route-title {
  position: relative;
  padding-right: 30px;
}
.routes .route-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: -35px;
  height: 150px;
  width: 6px;
}
.routes .route-title h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
.routes .card-swiper {
  overflow: hidden;
}
.routes .card {
  border: 1px solid;
  padding: 15px;
  background: #fff;
  margin-right: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 180px;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  margin-bottom: 10px;
}
.pink-route .route-title::after {
  background-color: #EB31E2;
}
.blue-route .route-title::after {
  background-color: #007BFF;
}
.green-route .route-title::after {
  background-color: #28a745;
}
.pink-route .card {
  border-color: #EB31E2;
}
.pink-route .card i {
  color: #EB31E2;
}
.blue-route .card {
  border-color: #007BFF;
}
.pink-route .route-title h2 {
  color: #EB31E2;
}
.blue-route .route-title h2 {
  color: #007BFF;
}
.green-route .route-title h2 {
  color: #28a745;
}
.blue-route .card i {
  color: #007BFF;
}
.green-route .card {
  border-color: #28a745;
}
.green-route .card i {
  color: #28a745;
}
.routes .card:hover {
  transform: scale(0.95);
}
.routes .card i {
  font-size: 32px;
  display: block;
}
.routes .card .route h5, .routes .card .route span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.routes .card h5 {
  padding-bottom: 10px;
}
.routes .swiper-pagination {
  position: relative;
}
.routes .swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
}
.routes .swiper-pagination-bullet-active {
  opacity: 1;
}
.pink-route .swiper-pagination-bullet {
  background: #EB31E2;
}
.blue-route .swiper-pagination-bullet {
  background: #007BFF;
}
.green-route .swiper-pagination-bullet {
  background: #28a745;
}
@media screen and (min-width: 992px) {
  .routes .swiper-pagination {
      display: none !important;
  }
}
@media screen and (max-width:992px) {
 .routes .route-title::after {
      display: none;
 }
 .routes .route-title br {
  display: none;
 }
}