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

body:not(.loaded) {
  opacity: 0;
}

body:not(.loaded) .cursor,
body:not(.loaded) .cursor-follower {
  opacity: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor,
.cursor-follower {
  position: fixed;
  border-radius: 100%;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1281px) {
  .cursor,
  .cursor-follower {
    display: block;
  }
}
.cursor {
  background-color: #fff;
  width: 8px;
  height: 8px;
  transition: top 0.1s linear, left 0.1s linear;
}

.cursor-follower {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--font-family);
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #fff;
  color: #fff;
  transition: width 0.2s ease, height 0.2s ease, border 0.1s ease;
}

.cursor-follower::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.15s linear, background 0.15s linear;
}

.cursor-tooltip {
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0);
}

.cursor-tooltip::before {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  background: #1E1B1B !important;
}

.container {
  width: 100%;
  max-width: 1300px;
  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;
}

p {
  margin-bottom: 0 !important;
}

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: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  padding-top: 30px;
}

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

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

._header._menu_fixed .navbar {
  border-bottom: 0;
}

.navbar-brand {
  margin-right: 0;
  padding: 2px 0;
  outline: none;
}

.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);
}

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

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
  margin-left: 0px;
  padding: 0;
  position: absolute;
  right: 0;
}
.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;
}

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

.navbar li a.ride {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  margin-left: 50px;
  border-radius: 0;
  padding: 10px 33px;
}
.navbar li a.ride img {
  padding-left: 7px;
}
.navbar li a.ride:hover {
  background: #000000;
  color: #fff;
}
.navbar li a.ride:hover {
  color: #fff;
}

.navbar li.active a, .navbar li.focus a {
  color: #D80036;
}

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

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

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

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

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

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

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding: 20px 0;
  text-transform: capitalize;
}
.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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  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 .sidemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 6px;
}
.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;
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  margin: 0px auto;
  display: table;
  margin-top: 30px;
  background-color: #D80036;
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow img {
  padding-left: 7px;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background: #000000;
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
  color: #D80036 !important;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #D80036;
}

.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: auto !important;
  align-items: center;
  width: 100%;
  justify-content: center;
}

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

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

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

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

/* Display the flag */
#countrySelect option::before {
  font-size: 16px; /* Adjust flag icon size */
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

/* United States Flag */
#countrySelect option[value=us]::before {
  content: "🇺🇸"; /* Unicode flag emoji for US */
}

/* Canada Flag */
#countrySelect option[value=ca]::before {
  content: "🇨🇦"; /* Unicode flag emoji for Canada */
}

/* United Kingdom Flag */
#countrySelect option[value=uk]::before {
  content: "🇬🇧"; /* Unicode flag emoji for UK */
}

/* India Flag */
#countrySelect option[value=in]::before {
  content: "🇮🇳"; /* Unicode flag emoji for India */
}

/* Australia Flag */
#countrySelect option[value=au]::before {
  content: "🇦🇺"; /* Unicode flag emoji for Australia */
}

@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: #000000;
  }
  .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: #D80036;
    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: #000000;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  ._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: #D80036;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #000000;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #fff;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #D80036;
    border-color: #D80036;
  }
  .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
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.main_banner.outrBnr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0px 0;
  padding-top: 150px;
  background-image: none;
}
.main_banner.outrBnr::before {
  position: absolute;
  content: "";
  width: 44.645833vw;
  top: -15.3vw;
  left: -4.2vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #800020;
}
.main_banner.outrBnr::after {
  position: absolute;
  content: "";
  width: 53.5vw;
  height: 57.5vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: -9vw;
  top: -24.5vw;
  background: radial-gradient(56.17% 56.17% at 44.95% 47.09%, rgba(128, 0, 32, 0.2) 0%, rgba(154, 5, 42, 0.2) 63.26%, rgba(208, 5, 56, 0.2) 84.18%, rgba(216, 0, 54, 0.2) 100%);
}
.main_banner.outrBnr .banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  padding-top: 20px;
  z-index: 1;
}
.main_banner.outrBnr .banner .updated .leftcap p {
  text-align: center;
  width: 90%;
}
.main_banner.outrBnr .banner .updated .leftcap p span {
  margin: 0 15px;
}
.main_banner.outrBnr .banner .updated .leftcap p span i {
  margin-right: 10px;
  font-size: 18px;
}
.main_banner.outrBnr .banner .updated .leftcap p span a:hover {
  color: #fff;
}
.main_banner.outrBnr .banner .updated .leftcap .twobtn {
  justify-content: center;
  width: 90%;
}
.main_banner.outrBnr .banner .updated .leftcap .twobtn a:hover {
  transform: scale(1.05);
}
.main_banner.outrBnr .banner .updated .leftcap .twobtn .light {
  background-color: #fff !important;
  border: none;
  color: #000 !important;
}
.main_banner.outrBnr .banner .leftcap {
  position: relative;
  width: 100%;
}
.main_banner.outrBnr .banner .leftcap h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  padding-bottom: 15px;
  text-transform: capitalize;
  width: 80%;
}
.main_banner.outrBnr .banner .leftcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  width: 71%;
  margin: 0;
  padding-bottom: 30px;
}
.main_banner.outrBnr .banner .leftcap .twobtn {
  justify-content: flex-start;
}
.main_banner.outrBnr .banner .leftcap .twobtn a {
  border: 1.2px solid #D80036;
  border-radius: 8px;
  background: #000;
}

.commMouse {
  display: flex;
  justify-content: center;
}
.commMouse .circle-link {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  position: relative;
  letter-spacing: 6.5px;
  transition: background-color 0.6s ease, transform 0.6s ease;
  background-color: transparent;
  border: 0;
}
.commMouse .circle-link .circle-inner {
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: background 0.6s ease, transform 0.6s ease, color 0.6s ease;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.commMouse .circle-link .circle-inner svg {
  transform: rotate(-15deg);
  transition: transform 0.5s ease;
}
.commMouse .circle-link .circle-inner svg path {
  fill: rgba(0, 0, 0, 0);
}
.commMouse .circle-link .circle-inner svg textPath {
  word-spacing: 1px;
  font-weight: 400;
  font-size: 8px;
  transition: fill 0.5s ease;
  fill: #fff;
}
.commMouse .circle-link .circle-inner .slot {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}
.commMouse .circle-link .circle-inner::before, .commMouse .circle-link .circle-inner::after {
  content: "";
  background: linear-gradient(to top, transparent 45%, transparent 80%) padding-box;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transition: background 0.7s ease, border 0.7s ease, color 0.7s ease;
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  z-index: -1;
}
.commMouse .circle-link.transparent-half-on-dark .circle-inner {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.commMouse .mouse-scroll {
  background-color: #fff;
  width: 30px;
  height: 50px;
  border-radius: 50px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.commMouse .mouse-scroll::after {
  content: "";
  background-color: #000;
  width: 3px;
  height: 10px;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 50%;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}
.commMouse .circle-link.transparent-half-on-dark:hover {
  background-color: #800020;
}
.commMouse .circle-link:hover .circle-inner svg textPath {
  color: #fff;
}
.commMouse .circle-link:hover .circle-inner > svg {
  animation: rotate360 12s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.twobtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.twobtn a {
  margin-right: 15px;
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  transition: 0.5s;
  color: #000000;
}
.twobtn a img {
  padding-left: 7px;
}
.twobtn a:hover {
  background: #000000;
  color: #fff;
}
.twobtn a img {
  filter: brightness(0) invert(1);
}
.twobtn a:nth-child(2) {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #000000;
}
.twobtn a.trans {
  background-color: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  border: 0 !important;
}
.twobtn a:hover {
  color: #fff;
}

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

.rightform {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

/*********************************
    Banner section end
*********************************/
/* new */
/* new */
.sect2 p.cenp {
  letter-spacing: 0.15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 0px auto;
  width: 85%;
  padding-bottom: 40px;
  color: #fff;
  line-height: 40px;
}

.sect3 .outrsec {
  padding: 30px 40px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
}
.sect3 h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.sect3 p.mainp {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 88%;
  padding-bottom: 50px;
}
.sect3 .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 30px;
  position: relative;
  border-radius: 50px;
  transition: all 0.5s;
}
.sect3 .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: conic-gradient(from 135deg at -3.5% -2.61%, rgba(52, 7, 7, 0.48) 0deg, rgba(149, 17, 50, 0.51) 360deg);
  opacity: 0;
  border-radius: 50px;
  transition: all 0.5s;
  z-index: -1;
}
.sect3 .item .icon {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
.sect3 .item .icon i {
  font-size: 36px;
  color: #fff;
}
.sect3 .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.sect3 .item .capction h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
}
.sect3 .item .capction p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}
.sect3 .item.br0 {
  border-right: 0;
}
.sect3 .item:hover::before {
  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;
}

.sec4 .contesec {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sec4 .contesec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.sec4 .contesec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 20px;
  color: #fff;
}
.sec4 .imgsec {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.sec4 .imgsec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(208, 5, 56, 0.2) 0%, rgba(208, 5, 56, 0.2) 100%);
}
.sec4 .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.sec5 {
  padding: 50px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
}
.sec5 h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.sec5 p.main {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 98%;
  padding-bottom: 50px;
}
.sec5 .service_item {
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.sec5 .service_item .item {
  border-radius: 63px;
  border: 1px solid #616161;
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 35px 35px;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.sec5 .service_item .item .tophed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec5 .service_item .item .capsec {
  padding-top: 25px;
}
.sec5 .service_item .item .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
}
.sec5 .service_item .item .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.sec5 .service_item .item:hover {
  background-color: #fff;
  transform: translateY(-5px);
}
.sec5 .service_item .item .tophed i {
  font-size: 36px;
  color: #D80036;
}
.sec5 .service_item .item:hover .tophed i {
  color: #fff;
}
.sec5 .service_item .item:hover .capsec h3 {
  color: #D80036;
}
.sec5 .service_item .item:hover .capsec p {
  color: #000000;
}
.sec5 .our_fleet {
  border: 0;
  padding-bottom: 0;
}
.sec5 .our_fleet .item {
  border-radius: 63px;
  border: 1px solid #616161;
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 35px 35px;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.sec5 .our_fleet .item .tophed {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
/* .sec5 .our_fleet .item .fltimg {
  height: 115px;
} */
.sec5 .our_fleet .item .fltimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec5 .our_fleet .item .capsec {
  padding-top: 15px;
}
.sec5 .our_fleet .item .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
}
.sec5 .our_fleet .item .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.sec5 .our_fleet .item:hover {
  background-color: #fff;
  transform: translateY(-5px);
}
.sec5 .our_fleet .item:hover .tophed img {
  filter: brightness(0) invert(0);
}
.sec5 .our_fleet .item:hover .capsec h3 {
  color: #D80036;
}
.sec5 .our_fleet .item:hover .capsec p {
  color: #000000;
}

.inrPagebnr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 150px 0;
  padding-bottom: 70px;
}
.inrPagebnr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 26, 31, 0.8) 13.36%, rgba(128, 0, 32, 0.8) 100%);
}
.inrPagebnr .leftcap h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.inrPagebnr .leftcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 30px;
  width: 79%;
}
.inrPagebnr .leftcap a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
}
.inrPagebnr .leftcap a img {
  padding-left: 7px;
}
.inrPagebnr .leftcap a:hover {
  background: #000000;
  color: #fff;
}
.inrPagebnr .leftcap a:hover {
  background-color: #D80036;
}

.inrpageMouse {
  margin-top: -75px;
}

.fltrotate .leftcap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fltrotate .leftcap h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 40px;
}
.fltrotate .leftcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 30px;
  width: 70%;
}
.fltrotate .leftcap a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: #000000;
  color: #fff;
}
.fltrotate .leftcap a img {
  padding-left: 7px;
}
.fltrotate .leftcap a:hover {
  background: #000000;
  color: #fff;
}
.fltrotate .leftcap a:hover {
  background-color: #89624C;
  color: #000000;
}
.fltrotate .leftcap ul {
  display: flex;
  padding-bottom: 40px;
  width: 80%;
  justify-content: space-between;
}
.fltrotate .leftcap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.fltrotate .leftcap ul li img {
  padding-bottom: 4px;
  width: auto;
  height: 39px;
}
.fltrotate .leftcap ul li span {
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  text-transform: capitalize;
  line-height: 16px;
}
.fltrotate .rightimgsec {
  height: 100%;
}
.fltrotate .rightimgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fltrotate.single_rtate .bdrfsi1 {
  border-bottom: 1px solid #000000;
}
.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;
  border-radius: 100%;
}
.fltrotate.single_rtate .twoimg.main .rightimg .nav_slid .subimgbox.slick-slide .imgbox {
  width: 73px;
  height: 73px;
  background: transparent;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 1px solid #08090d;
  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-radius: 100%;
  border: 3px solid #800020;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.71) 100%);
}
.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.single_rtate .twoimg.main .rightimg .slick-dots {
  bottom: -65px;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slick-dots li {
  background-color: #D0D0D0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.fltrotate.single_rtate .twoimg.main .rightimg .slick-dots li button::before {
  display: none;
  content: "";
}
.fltrotate.single_rtate .twoimg.main .rightimg .slick-dots li.slick-active {
  margin-right: 10px;
  background-color: #000000;
}

.fltsing_sec1 .item {
  padding: 70px 35px;
  border-radius: 63px;
  border: 1px solid #616161;
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s ease-in-out;
}
.fltsing_sec1 .item .heading {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.fltsing_sec1 .item .heading img {
  width: auto;
}
.fltsing_sec1 .item .heading i {
  font-size: 36px;
  color: #D80036;
}
.fltsing_sec1 .item .heading h3 {
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 20px;
}
.fltsing_sec1 .item p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.fltsing_sec1 .item:hover {
  transform: translateY(-5px);
  background-color: #fff;
}
.fltsing_sec1 .item:hover .heading h3 {
  color: #000000;
}
.fltsing_sec1 .item:hover p {
  color: #000000;
}

.section_header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  padding-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
}

.section_header::before, .section_header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
  margin: 0 10px;
}

.fltsing_sec2 .capctarea .leftcap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.fltsing_sec2 .capctarea .leftcap h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.fltsing_sec2 .capctarea .leftcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 20px;
}
.fltsing_sec2 .capctarea .rightimgsec {
  position: relative;
}
.fltsing_sec2 .capctarea .rightimgsec .side1 {
  position: relative;
  left: 40px;
  width: 450px;
  height: 313px;
}
.fltsing_sec2 .capctarea .rightimgsec .side1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.fltsing_sec2 .capctarea .rightimgsec .side1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(208, 5, 56, 0.2) 0%, rgba(208, 5, 56, 0.2) 100%);
  border-radius: 50px;
}
.fltsing_sec2 .capctarea .rightimgsec .side2 {
  position: relative;
  margin-top: -220px;
  right: 0;
  z-index: -1;
  width: 450px;
  height: 313px;
  margin-left: auto;
}
.fltsing_sec2 .capctarea .rightimgsec .side2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.fltsing_sec2 .capctarea .rightimgsec .side2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(208, 5, 56, 0.2) 0%, rgba(208, 5, 56, 0.2) 100%);
  border-radius: 50px;
}

.city_Sec1 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}
.city_Sec1 .search-bar {
  margin: 20px 0;
  width: 100%;
  position: relative;
}
.city_Sec1 .search-bar input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 16px;
}
.city_Sec1 .search-bar input::-moz-placeholder {
  color: #aaa;
}
.city_Sec1 .search-bar input::placeholder {
  color: #aaa;
}
.city_Sec1 .city_setsec .item {
  border-radius: 63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70.94%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.city_Sec1 .city_setsec .item img.mainimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.city_Sec1 .city_setsec .item .capsec {
  padding: 70px 40px;
  position: absolute;
  top: 0;
}
.city_Sec1 .city_setsec .item .capsec h3.chel {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 10px;
  opacity: 0;
}
.city_Sec1 .city_setsec .item .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  opacity: 0;
}
.city_Sec1 .city_setsec .item .capsec .btmhead {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.city_Sec1 .city_setsec .item .capsec .btmhead h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.city_Sec1 .city_setsec .item .capsec .btmhead a {
  background-color: transparent;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  padding: 7px 10px;
}
.city_Sec1 .city_setsec .item .capsec .btmhead a img {
  width: 22px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.city_Sec1 .city_setsec .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.city_Sec1 .city_setsec .item:hover {
  background: radial-gradient(107.9% 111.51% at 82.41% 16.62%, rgba(128, 0, 32, 0.9) 30.76%, rgba(0, 0, 0, 0) 100%);
}
.city_Sec1 .city_setsec .item:hover img.mainimg {
  opacity: 0;
  transition: all 0.5s;
}
.city_Sec1 .city_setsec .item:hover .capsec {
  transition: all 0.5s;
}
.city_Sec1 .city_setsec .item:hover .capsec h3.chel {
  opacity: 1;
}
.city_Sec1 .city_setsec .item:hover .capsec p {
  opacity: 1;
}
.city_Sec1 .city_setsec .item:hover .capsec .btmhead h3 {
  opacity: 0;
  transition: all 0.5s;
}
.city_Sec1 .city_setsec .item:hover .capsec .btmhead a {
  background-color: #2F1C1C;
  transition: all 0.5s;
}
.city_Sec1 .city_setsec .item:hover .capsec .btmhead a:hover img {
  transform: rotate(31deg);
  transition: all 0.5s;
}

.citySingleSec1 .city_setsec .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 60px;
  background: radial-gradient(107.9% 111.51% at 82.41% 16.62%, rgba(128, 0, 32, 0.9) 30.76%, rgba(0, 0, 0, 0) 100%), #000;
  transition: all 0.4s ease-in-out;
}
.citySingleSec1 .city_setsec .item .icon {
  padding-bottom: 50px;
}
.citySingleSec1 .city_setsec .item .icon img {
  width: auto;
  height: auto;
}
.citySingleSec1 .city_setsec .item .capsec {
  position: relative;
  padding: 50px 30px;
}
.citySingleSec1 .city_setsec .item .capsec h3.chel {
  opacity: 1;
  text-align: center;
  padding-bottom: 20px;
}
.citySingleSec1 .city_setsec .item .capsec p {
  text-align: center;
  margin: 0px auto;
  width: 100%;
  opacity: 1;
  font-size: 14px;
}
.citySingleSec1 .city_setsec .item .capsec .btmhead {
  display: none;
}
.citySingleSec1 .city_setsec .item:hover {
  transform: translateY(-5px);
}

.citysingsec2 .leftpic {
  height: 100%;
}
.citysingsec2 .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.citysingsec2 .rightcap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
}
.citysingsec2 .rightcap h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  width: 80%;
}
.citysingsec2 .rightcap ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
}
.citysingsec2 .rightcap ul li:last-child {
  padding-bottom: 0;
}
.citysingsec2 .rightcap ul li .icon {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  padding: 10px 5px;
  background-color: #000000;
}
.citysingsec2 .rightcap ul li .icon img {
  width: 37px;
  height: 37px;
  filter: brightness(1) invert(0);
  -o-object-fit: contain;
     object-fit: contain;
}
.citysingsec2 .rightcap ul li p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.citysingsec3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  background-attachment: fixed;
  position: relative;
}
.citysingsec3::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.citysingsec3 h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  width: 80%;
  margin: 0px auto;
  font-size: 28px;
  z-index: 1;
  position: relative;
  width: 62%;
}
.citysingsec3 p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 68%;
}

.commnewsletr {
  border-radius: 15px;
  background: radial-gradient(107.9% 111.51% at 82.41% 16.62%, rgba(128, 0, 32, 0.9) 30.76%, rgba(0, 0, 0, 0) 100%), #1B1B1B;
  padding: 40px 50px;
}
.commnewsletr h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.commnewsletr p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 0;
  width: 80%;
}
.commnewsletr .email {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  padding: 14px 20px;
}
.commnewsletr .email form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commnewsletr .email input {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 58%;
  color: #000000;
  border: 0;
  outline: none;
}
.commnewsletr .email button {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  border: 0;
  outline: none;
}
.commnewsletr .email button img {
  padding-left: 7px;
}
.commnewsletr .email button:hover {
  background: #000000;
  color: #fff;
}

.blogmainsec1 {
  border-radius: 8px;
  background: #292929;
  padding: 30px 50px;
}
.blogmainsec1 .maincap h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 8px;
  font-size: 24px;
  width: 75%;
}
.blogmainsec1 .maincap ul li {
  display: flex;
}
.blogmainsec1 .maincap ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #D80036;
  padding-right: 10px;
}
.blogmainsec1 .maincap ul li span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  position: relative;
  padding-left: 30px;
}
.blogmainsec1 .maincap ul li span::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background-color: #D9D9D9;
}
.blogmainsec1 .maincap .imgbox {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 15px;
}
.blogmainsec1 .maincap .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogmainsec1 .sideblog {
  padding-left: 30px;
}
.blogmainsec1 .sideblog ul li {
  display: flex;
  padding-bottom: 15px;
}
.blogmainsec1 .sideblog ul li .sidecap {
  width: 60%;
  padding-right: 30px;
}
.blogmainsec1 .sideblog ul li .sidecap h4 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.blogmainsec1 .sideblog ul li .sidecap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.blogmainsec1 .sideblog ul li .sidecap ul li {
  display: flex;
}
.blogmainsec1 .sideblog ul li .sidecap ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #D80036;
  padding-right: 10px;
}
.blogmainsec1 .sideblog ul li .sidecap ul li span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  position: relative;
  padding-left: 30px;
}
.blogmainsec1 .sideblog ul li .sidecap ul li span::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background-color: #D9D9D9;
}
.blogmainsec1 .sideblog ul li .imgsec {
  width: 215px;
  height: 100%;
}
.blogmainsec1 .sideblog ul li .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.mainblogsec2 {
  padding-bottom: 140px;
}
.mainblogsec2 h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-size: 32px;
}
.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 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.mainblogsec2 .outrblog .item .cap ul li {
  display: flex;
}
.mainblogsec2 .outrblog .item .cap ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #D80036;
  padding-right: 10px;
}
.mainblogsec2 .outrblog .item .cap ul li span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  position: relative;
  padding-left: 30px;
}
.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: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-next img {
  filter: brightness(0) invert(0);
}
.mainblogsec2 .outrblog .slick-next::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-next:hover {
  background-color: #231D1D;
}
.mainblogsec2 .outrblog .slick-next:hover img {
  filter: brightness(1) invert(0);
}
.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: #fff;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-prev img {
  filter: brightness(0) invert(0);
}
.mainblogsec2 .outrblog .slick-prev::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-prev:hover {
  background-color: #231D1D;
}
.mainblogsec2 .outrblog .slick-prev:hover img {
  filter: brightness(1) invert(0);
}

.fltmainsec1 .item .circle1 {
  width: 100%;
  height: 390px;
  border-radius: 100%;
  background: radial-gradient(56.17% 56.17% at 44.95% 47.09%, rgba(128, 0, 32, 0.2) 0%, rgba(154, 5, 42, 0.2) 63.26%, rgba(208, 5, 56, 0.2) 84.18%, rgba(216, 0, 54, 0.2) 100%);
  padding: 50px;
}
.fltmainsec1 .item .circle1 .circle2 {
  width: 100%;
  height: 286px;
  border-radius: 286px;
  background: #800020;
  box-shadow: 0px 4px 4px 0px #800020;
  display: flex;
  justify-items: center;
  align-items: center;
}
.fltmainsec1 .item .circle1 .circle2 img.fltcar {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fltmainsec1 .item .cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
}
.fltmainsec1 .item .cap h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: center;
  text-transform: uppercase;
}
.fltmainsec1 .item .cap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  width: 95%;
  margin: 0px auto;
  padding-bottom: 20px;
}
.fltmainsec1 .item .cap a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  margin: 0px auto;
  background-color: #D80036;
}
.fltmainsec1 .item .cap a img {
  padding-left: 7px;
}
.fltmainsec1 .item .cap a:hover {
  background: #000000;
  color: #fff;
}

.commsliderSec {
  background: conic-gradient(from 135deg at -3.5% -2.61%, rgba(52, 7, 7, 0.48) 0deg, rgba(149, 17, 50, 0.51) 360deg);
}
.commsliderSec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
}
.commsliderSec .item {
  padding: 40px 45px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
  margin: 0 15px;
}
.commsliderSec .item .user {
  display: flex;
  align-items: center;
}
.commsliderSec .item .user .usericon {
  width: 86px;
  height: 86px;
  border-radius: 100%;
}
.commsliderSec .item .user .usericon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commsliderSec .item .user h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-left: 20px;
}
.commsliderSec .item .cap {
  padding-top: 30px;
}
.commsliderSec .item .cap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.sec5.sec1Serb_main {
  border: 0;
}
.sec5.sec1Serb_main .service_item {
  border: 0;
  padding-bottom: 0;
}
.sec5.sec1Serb_main .service_item .item {
  position: relative;
  margin-bottom: 45px;
}
.sec5.sec1Serb_main .service_item .item .lefticon {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s;
}
.sec5.sec1Serb_main .service_item .item .tophed {
  padding-top: 10px;
}
.sec5.sec1Serb_main .service_item .item .tophed h3 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  letter-spacing: .5px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 0;
}
.sec5.sec1Serb_main .service_item .item .tophed img.arrowicon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.5s;
  filter: none;
}
.sec5.sec1Serb_main .service_item .item .tophed img.arrowicon:hover {
  background-color: #fff;
  filter: none;
}
.sec5.sec1Serb_main .service_item .item:hover {
  background: rgba(0, 0, 0, 0.63);
}
.sec5.sec1Serb_main .service_item .item:hover .lefticon {
  background-color: #D80036;
  transition: all 0.5s;
}
.sec5.sec1Serb_main .service_item .item .lefticon i {
  color: #D80036;
  font-size: 38px;
}
.sec5.sec1Serb_main .service_item .item:hover .lefticon i {
  color: #fff;
}
.sec5.sec1Serb_main .service_item .item:hover .lefticon img {
  filter: brightness(0) invert(1);
}
.sec5.sec1Serb_main .service_item .item:hover .capsec p {
  color: #fff;
}

.leftritsec1 .leftpra {
  padding-right: 30px;
  border-right: 1px dashed #fff;
  height: 100%;
}
.leftritsec1 .leftpra p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-transform: none;
  padding-bottom: 0;
}
.leftritsec1 .rightpra {
  padding: 0 30px;
  height: 100%;
}
.leftritsec1 .rightpra p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.pralaxslid.topcity .citycap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.pralaxslid.topcity .citycap h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.pralaxslid.topcity .citycap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-weight: 600;
  padding-bottom: 30px;
}
/* .pralaxslid.topcity .cityslid {
  A small hack to prevent flickering on some browsers
} */
.pralaxslid.topcity .cityslid .accordian {
  overflow: hidden;
}
.pralaxslid.topcity .cityslid .accordian ul {
  width: 1200px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}
.pralaxslid.topcity .cityslid .accordian li {
  position: relative;
  display: block;
  width: 220px;
  float: left;
  border-radius: 30px;
  border-left: 0;
  margin: 0 10px;
  overflow: hidden;
  /*Transitions to give animation effect*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to 
  see the basic accordian*/
}
.pralaxslid.topcity .cityslid .accordian li a {
  position: relative;
}
.pralaxslid.topcity .cityslid .accordian li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(208, 5, 56, 0.2) 0%, rgba(208, 5, 56, 0.2) 100%);
  overflow: hidden;
  border-radius: 30px;
}
.pralaxslid.topcity .cityslid .accordian ul:hover li {
  width: 40px;
}
.pralaxslid.topcity .cityslid .accordian ul li:hover {
  width: 640px;
}
.pralaxslid.topcity .cityslid .accordian li img {
  display: block;
}
.pralaxslid.topcity .cityslid .image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  top: 15px;
  width: 80px;
}
.pralaxslid.topcity .cityslid .image_title a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 6px;
  border: 0.5px solid #D8D8D8;
  background: #FFF;
  text-align: center;
}
.pralaxslid.topcity .cityslid .image_title a img {
  padding-left: 7px;
}
.pralaxslid.topcity .cityslid .image_title a:hover {
  background: #000000;
  color: #fff;
}
.pralaxslid.topcity .cityslid .image_title a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.sirvsingSec1 .servrow {
  width: 90%;
  margin: 0px auto;
}
.sirvsingSec1 .imgsec {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.sirvsingSec1 .imgsec::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 0px;
  width: 90%;
  height: 92%;
  background-color: #D80036;
  border-radius: 18px;
  z-index: -1;
}
.sirvsingSec1 .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  padding-left: 12px;
  padding-bottom: 15px;
}
.sirvsingSec1 .contentsec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 70px;
}
.sirvsingSec1 .contentsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.sirvsingSec1 .contentsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.servsingsec2 .caparea {
  width: 90%;
  margin: 0px auto;
}
.servsingsec2 .caparea h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.servsingsec2 .caparea p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.servsingsec2 .caparea ul li {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-left: 60px;
  padding-bottom: 35px;
}
.servsingsec2 .caparea ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/codicon_activate-breakpoints.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  width: 38px;
  height: 38px;
  top: 0px;
  left: 0;
}

.sec5.sec1Serb_main.servsing2 .service_item {
  padding-bottom: 0;
}
.sec5.sec1Serb_main.servsing2 .service_item .item {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.sec5.sec1Serb_main.servsing2 .service_item .item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-right: 1px dashed #fff;
  width: 1px;
  height: 65%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.sec5.sec1Serb_main.servsing2 .service_item .item .tophed .flupic {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  filter: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5.sec1Serb_main.servsing2 .service_item .item:hover .tophed .flupic i {
  color: #D80036;
}
.sec5.sec1Serb_main.servsing2 .service_item .item:hover {
  border-radius: 18px;
  background: #252525;
  box-shadow: 0px 0px 16.1px 2px rgba(255, 255, 255, 0.25);
}
.sec5.sec1Serb_main.servsing2 .service_item .item:hover::before {
  opacity: 0;
}

.abtSec1 .lefth2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.abtSec1 .imgsec {
  overflow: hidden;
  width: 100%;
  height: 450px;
  border-radius: 16px;
}
.abtSec1 .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec5.AbtSec2 {
  border: 0;
  padding: 0;
}
.sec5.AbtSec2 .service_item {
  border: 0;
}

.blogoutrSing .blogbody {
  border-radius: 8px;
  background: #292929;
  padding: 70px 0;
}
.blogoutrSing .blogbody .commsec {
  padding: 0 150px;
}
.blogoutrSing .blogbody .commsec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-size: 30px;
}
.blogoutrSing .blogbody .commsec ul {
  display: flex;
  padding-bottom: 20px;
}
.blogoutrSing .blogbody .commsec ul li {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-right: 20px;
  text-transform: uppercase;
}
.blogoutrSing .blogbody .commsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 40px;
}
.blogoutrSing .blogbody .commsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  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: 10px;
  height: 460px;
}
.blogoutrSing .blogbody .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.contactus .outersec .formsec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.contactus .outersec .formsec form {
  padding-top: 70px;
}
.contactus .outersec .formsec form input {
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff !important;
}
.contactus .outersec .formsec form input [type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactus .outersec .formsec form textarea {
  height: 140px;
}
.contactus .outersec .formsec form button {
  border-radius: 11.66px;
  background: #FFF;
  border: 0;
  outline: none;
  width: 100%;
  padding: 16px 15px;
  transition: all 0.5s;
}
.contactus .outersec .formsec form button:hover {
  background-color: #D80036;
  color: #fff;
}
.contactus .outersec .formsec .leftside {
  height: 100%;
  text-align: center;
}
.contactus .outersec .formsec .rightside {
  height: 71px;
  text-align: center;
  color: #fff !important;
}
.contactus .outersec .adressec {
  padding-top: 150px;
}
.contactus .outersec .adressec ul {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-around;
  align-items: center;
}
.contactus .outersec .adressec ul li {
  padding: 0 25px;
  border-right: 1px dashed #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contactus .outersec .adressec ul li:last-child {
  border: 0;
}
.contactus .outersec .adressec ul li img {
  padding-bottom: 10px;
}
.contactus .outersec .adressec ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.contactus .outersec .adressec .mapsec {
  padding: 50px 0;
  padding-top: 0;
  height: 415px;
}
.contactus .outersec .adressec .mapsec iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactus .outersec .adressec ul.soclmedia {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.contactus .outersec .adressec ul.soclmedia li {
  border: 0;
  padding: 0 15px;
}
.contactus .outersec .adressec ul.soclmedia li a {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.contactus .outersec .adressec ul.soclmedia li a i {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  color: #000000;
}
.contactus .outersec .adressec ul.soclmedia li a:hover {
  background-color: #D80036;
}
.contactus .outersec .adressec ul.soclmedia li a:hover i {
  color: #fff;
}

.whitebox .sec5:hover {
  transition: all 0.5s;
  background-color: #fff;
}
.whitebox .sec5:hover h2 {
  color: #000000;
}
.whitebox .sec5:hover p.main {
  color: #000000;
}
.whitebox .sec5:hover .service_item .item {
  background-color: #000000;
}
.whitebox .sec5:hover .service_item .item:hover {
  background-color: #000000;
}
.whitebox .sec5:hover .service_item .item:hover .tophed img {
  filter: brightness(0) invert(1);
}
.whitebox .sec5:hover .service_item .item:hover .capsec p {
  color: #fff;
}

.blogmainsec1.newblogsec {
  padding: 0 30px;
  background: transparent;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding-top: 110px;
  scrollbar-width: none;
}
.blogmainsec1.newblogsec ::-webkit-scrollbar {
  display: none;
}
.blogmainsec1.newblogsec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.blogmainsec1.newblogsec .sideblog {
  padding-left: 0;
}
.blogmainsec1.newblogsec .sideblog ul li {
  flex-direction: column-reverse;
}
.blogmainsec1.newblogsec .sideblog ul li .sidecap {
  padding-right: 0;
  width: 100%;
  padding-top: 30px;
}
.blogmainsec1.newblogsec .sideblog ul li .sidecap ul li {
  flex-direction: row;
}
.blogmainsec1.newblogsec .sideblog ul li .imgsec {
  width: 100%;
  height: 200px;
}
.blogmainsec1.newblogsec .sideblog ul li .imgsec img {
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
}

.citysingsec2.city_Sec2_first1 .rightcap {
  padding-left: 0;
}
.citysingsec2.city_Sec2_first1 .rightcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 30px;
}
.citysingsec2.city_Sec2_first1.city_Sec2_first3 .leftpic {
  height: 260px;
  overflow: hidden;
}

.clearBoth {
  clear: both;
}

@media (max-width: 575px) {
  .cursor, .cursor-follower {
    display: none !important;
  }
}
footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(128, 0, 32, 0.5) 0%, rgba(128, 0, 32, 0.5) 100%);
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 25px;
  display: block;
}
footer .footlogo img {
  filter: none;
}
footer h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
  text-decoration: underline;
}
footer p a {
  color: #fff;
  transition: all .3s ease;
}
footer p a:hover {
  color: #D80036;
}
footer p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}
footer ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  transition: all 0.5s;
}
footer ul li a:hover {
  color: #D80036;
}
footer ul li a.bknowft {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
}
footer ul li a.bknowft img {
  padding-left: 7px;
}
footer ul li a.bknowft:hover {
  background: #000000;
  color: #fff;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000000;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newoutr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .newoutr span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 90%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  color: #000000 !important;
  padding: 14px 20px;
  outline: none;
  border: 0;
  margin-left: -30px;
  border-radius: 10px;
}
footer .newslet button img {
  padding-left: 7px;
}
footer .newslet button:hover {
  background: #000000;
  color: #fff;
}
footer .newslet button:hover {
  background-color: #D80036;
}
footer .newslet button:hover i {
  color: #fff !important;
}
footer .copy p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: center;
}
footer ul.policy li {
  padding: 0 11px;
  padding-bottom: 0;
  transition: all 0.5s;
}
footer ul.policy li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  transition: all 0.5s;
}
footer ul.policy li:hover a {
  color: #D80036;
}
footer ul.socialMedia {
  display: flex;
  align-items: center;
}
footer ul.socialMedia span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-right: 20px;
}
footer ul.socialMedia li {
  padding-bottom: 0;
  transition: all 0.5s;
}
footer ul.socialMedia li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 20px;
  padding-right: 20px;
}
footer ul.socialMedia li:hover a {
  color: #D80036;
}
.footer-bottom p {
  text-align: center;
  font-size: 16px;
}
.premServce {
  position: relative;
  padding-bottom: 120px;
}
.premServce .bgsec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 477px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.premServce .bgsec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(5px);
}
.premServce .custcont {
  padding-top: 100px;
}
.premServce .star {
  text-align: center;
  background-image: url(../images/comm_star_white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  width: 332px;
  height: 38px;
  margin: 0px auto;
  padding: 15px 0 50px 0;
  position: relative;
}
.premServce h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  padding-bottom: 40px;
}
.premServce .inrslidrsec {
  border-radius: 4px 4px 0px 0px;
}
.premServce .inrslidrsec .itmcard {
  transition: all 0.5s;
  background-color: #000000;
}
.premServce .inrslidrsec .itmcard .imgsec {
  border-radius: 4px 4px 0px 0px;
  height: 225px;
  overflow: hidden;
}
.premServce .inrslidrsec .itmcard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.premServce .inrslidrsec .itmcard .capsec {
  padding: 23px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premServce .inrslidrsec .itmcard .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  font-size: 20px;
}
.premServce .inrslidrsec .itmcard .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 20px;
  font-size: 13px;
}
.premServce .inrslidrsec .itmcard .capsec a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.premServce .inrslidrsec .itmcard .capsec a img {
  padding-left: 7px;
}
.premServce .inrslidrsec .itmcard .capsec a:hover {
  background: #000000;
  color: #fff;
}
.premServce .inrslidrsec .itmcard:hover .capsec h3 {
  color: #89624C;
}
.premServce .inrslidrsec .slick-slide {
  padding: 0 15px;
}
.premServce .inrslidrsec .slick-next {
  bottom: -35%;
  right: 40%;
  width: 102px;
  height: 46px;
  border-radius: 30px;
  padding: 10px 15px;
  border: 1px solid #fff;
  top: auto;
  outline: none;
  background: #efefef;
  z-index: 1;
  transition: all 0.5s;
}
.premServce .inrslidrsec .slick-next img {
  filter: brightness(0) invert(0);
}
.premServce .inrslidrsec .slick-next::before {
  content: "";
  font-size: 0;
}
.premServce .inrslidrsec .slick-next:hover {
  background-color: #89624C;
}
.premServce .inrslidrsec .slick-next:hover img {
  filter: brightness(1) invert(0);
}
.premServce .inrslidrsec .slick-prev {
  bottom: -35%;
  right: 50%;
  left: auto;
  width: 102px;
  height: 46px;
  border-radius: 30px;
  padding: 10px 15px;
  border: 1px solid #fff;
  top: auto;
  outline: none;
  z-index: 1;
  background: #efefef;
  transition: all 0.5s;
}
.premServce .inrslidrsec .slick-prev img {
  filter: brightness(0) invert(0);
}
.premServce .inrslidrsec .slick-prev::before {
  content: "";
  font-size: 0;
}
.premServce .inrslidrsec .slick-prev:hover {
  background-color: #89624C;
}
.premServce .inrslidrsec .slick-prev:hover img {
  filter: brightness(1) invert(0);
}

.footerBooksec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.footerBooksec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 42px;
  top: 0;
  left: 0;
  background-image: url(../images/footerBknow_curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footerBooksec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.footerBooksec .callCare {
  text-align: center;
  margin: 0px auto;
}
.footerBooksec span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  display: block;
}
.footerBooksec .star {
  text-align: center;
  background-image: url(../images/comm_star_white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  width: 332px;
  height: 38px;
  margin: 0px auto;
  padding: 15px 0 50px 0;
  filter: brightness(0) invert(1);
}
.footerBooksec a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  display: block;
}

.maketrip.abtmain1 {
  padding: 85px 0;
}
.maketrip.abtmain1 .cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.maketrip.abtmain1 .cap h3 {
  text-align: left;
}
.maketrip.abtmain1 .cap .str {
  margin: 0;
}
.maketrip.abtmain1 .cap p {
  text-align: left;
  width: 60%;
  margin: 0;
}
.maketrip.abtmain1 .abttopsec {
  height: 420px;
  text-align: right;
}
.maketrip.abtmain1 .abttopsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourPremuiChau.abtchu {
  background-color: #000000;
}
.ourPremuiChau.abtchu::before {
  display: none;
}
.ourPremuiChau.abtchu h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 25px;
}
.ourPremuiChau.abtchu p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  text-align: center;
  width: 68%;
  margin: 0px auto;
  padding-bottom: 30px;
}
.ourPremuiChau.abtchu a {
  margin: 0px auto;
  display: table;
  width: 39px;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.ourPremuiChau.abtchu a img {
  width: auto;
  height: auto;
}
.ourPremuiChau.abtchu a:hover {
  background-color: #89624C;
}
.ourPremuiChau.abtchu a:hover img {
  filter: brightness(0) invert(1);
}

.ourPremuiChau.abtcar::before {
  display: none;
}
.ourPremuiChau.abtcar .innrsec {
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
}
.ourPremuiChau.abtcar .innrsec .itm .imgsec {
  text-align: center;
}
.ourPremuiChau.abtcar .innrsec .itm .imgsec img {
  filter: brightness(0) invert(0);
}
.ourPremuiChau.abtcar .innrsec .itm .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
}
.ourPremuiChau.abtcar .innrsec .itm .capsec p {
  text-align: center;
  margin: 0px auto;
  width: 80%;
  color: #000000;
  padding-bottom: 20px;
}
.ourPremuiChau.abtcar .innrsec .itm .capsec a {
  margin: 0px auto;
  display: table;
  width: 39px;
  height: 39px;
  border-radius: 3px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.ourPremuiChau.abtcar .innrsec .itm .capsec a img {
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}
.ourPremuiChau.abtcar .innrsec .itm .capsec a:hover {
  background-color: #89624C;
}
.ourPremuiChau.abtcar .innrsec .itm .capsec a:hover img {
  filter: brightness(0) invert(1);
}
.ourPremuiChau.abtcar .innrsec .itm.bdr1 {
  border-right: 1px solid #000000;
}
.ourPremuiChau.abtcar .innrsec .itm.bdr2 {
  border-right: 1px solid #000000;
}

.extoic .bigimgsec {
  margin: 0px auto;
  width: 75%;
}
.extoic .bigimgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.extoic .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.extoic .capsec .star {
  text-align: center;
  background-image: url(../images/comm_star.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  width: 332px;
  height: 38px;
  margin: 0px auto;
  padding: 15px 0 50px 0;
}
.extoic .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 68%;
}
.extoic .capsec a {
  margin: 0px auto;
  display: table;
  width: 39px;
  height: 39px;
  border-radius: 3px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.extoic .capsec a img {
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}
.extoic .capsec a:hover {
  background-color: #89624C;
}
.extoic .capsec a:hover img {
  filter: brightness(0) invert(1);
}

.tabslidSec.fleetTabSec .cuscol {
  margin-bottom: 50px;
}
.tabslidSec.fleetTabSec .tabheadsec .nav-tabs .nav-item .nav-link {
  background-color: transparent;
}
.tabslidSec.fleetTabSec .tabheadsec .nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
}
.tabslidSec.fleetTabSec .tabsSec .fltbox {
  border-color: #000000;
}
.tabslidSec.fleetTabSec .tabsSec .fltbox .capsec {
  height: 100%;
}
.tabslidSec.fleetTabSec .tabsSec .fltbox .capsec a {
  background-color: #000000;
}
.tabslidSec.fleetTabSec .tabsSec .fltbox .capsec a:hover {
  background-color: #89624C;
}

.maketrip.abtmain1.fletmain_left {
  background-color: #000000;
  margin-bottom: 120px;
  padding: 50px 0;
}
.maketrip.abtmain1.fletmain_left .abttopsec {
  text-align: left;
  position: absolute;
  top: -36%;
}

.fletsing_gallery h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
}
.fletsing_gallery button.v_more {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  margin: 0px auto;
  background-color: #000000;
  border: 0;
  color: #fff;
}
.fletsing_gallery button.v_more img {
  padding-left: 7px;
}
.fletsing_gallery button.v_more:hover {
  background: #000000;
  color: #fff;
}
.fletsing_gallery .galey_sec {
  height: 270px;
}
.fletsing_gallery .galey_sec img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainservice .itemoutr {
  position: relative;
  margin-bottom: 30px;
}
.mainservice .itemoutr::before {
  position: absolute;
  content: "";
  background-image: url(../images/Slice1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: -31px;
  left: 0;
  width: 50%;
  height: 31px;
}
.mainservice .itemoutr .item {
  background-color: #000000;
  padding-top: 10px;
}
.mainservice .itemoutr .item .imgbox {
  height: 224px;
  overflow: hidden;
}
.mainservice .itemoutr .item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.3s ease-in-out;
}
.mainservice .itemoutr .item a h4 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px;
  text-align: right;
}
.mainservice .itemoutr .item:hover .imgbox img {
  transform: scale(1.1);
}
.mainservice .itemoutr .item:hover a h4 {
  color: #89624C;
}

.cityMain .flexsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cityMain .flexsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
}
.cityMain .flexsec a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
}
.cityMain .flexsec a img {
  padding-left: 7px;
}
.cityMain .flexsec a:hover {
  background: #000000;
  color: #fff;
}

.cardstyle {
  background-color: #000000;
  padding: 4px;
  /* Image container styling */
  /* Overlay styling */
  /* Title styling */
  /* Description text styling */
  /* Arrow button styling */
  /* Hover effect */
}
.cardstyle .card {
  position: relative;
  height: 245px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cardstyle .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.cardstyle .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cardstyle .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.cardstyle .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 50px 40px;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.cardstyle .overlay h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}
.cardstyle .overlay .star {
  text-align: center;
  background-image: url(../images/comm_star_white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  width: 332px;
  height: 38px;
  margin: 0px auto;
  padding: 15px 0 50px 0;
  width: 100%;
}
.cardstyle .overlay p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: none;
  text-align: left;
}
.cardstyle .overlay:hover {
  align-items: flex-start;
}
.cardstyle .overlay:hover p {
  display: block;
}
.cardstyle .overlay:hover .star {
  display: none;
}
.cardstyle .overlay:hover h3 {
  text-align: left;
}
.cardstyle .arrow-button {
  background-color: #a67a54;
  border: none;
  border-radius: 30px;
  width: 62px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
  outline: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cardstyle .arrow-button:hover {
  background-color: #8d6440;
}
.cardstyle .image-container:hover img {
  transform: scale(1.1);
}
.cardstyle .image-container:hover .overlay {
  opacity: 1;
}

.blog_Main h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;
}
.blog_Main .serchField .position-relative {
  margin-left: 60px;
  margin-bottom: 50px;
}
.blog_Main .serchField .position-relative .form-control {
  padding: 10px 45px;
  background: #F1F1F1;
  height: 50px;
}
.blog_Main .serchField .position-relative i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px 15px;
}
.blog_Main .blog_card {
  background-color: #000000;
  padding: 5px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.blog_Main .blog_card::before {
  position: absolute;
  content: "";
  background-image: url(../images/Slice1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 100%;
  height: 31px;
  top: -30px;
  left: 0;
}
.blog_Main .blog_card .imgbox {
  height: 270px;
  border-radius: 6.052px;
  margin-bottom: 20px;
}
.blog_Main .blog_card .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_Main .blog_card .tag {
  display: flex;
  align-items: center;
}
.blog_Main .blog_card .tag .john {
  background: #2351F5;
  width: 164.044px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog_Main .blog_card .tag .john p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 100%;
}
.blog_Main .blog_card .tag span {
  padding-left: 15px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #424242;
}
.blog_Main .blog_card .blog-content {
  padding: 20px 40px;
}
.blog_Main .blog_card .blog-content a h5 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: left;
}
.blog_Main .blog_card .blog-content p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #fff;
}
.blog_Main .blog_card .blog-content a.blogbtn {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  border-radius: 30px;
  padding: 9px 22px;
}
.blog_Main .blog_card .blog-content a.blogbtn img {
  padding-left: 7px;
}
.blog_Main .blog_card .blog-content a.blogbtn:hover {
  background: #000000;
  color: #fff;
}
.blog_Main .blog_card .blog-content a.blogbtn i {
  color: #fff;
}
.blog_Main .blog_card .blog-content a.blogbtn:hover {
  background-color: #fff;
}
.blog_Main .blog_card .blog-content a.blogbtn:hover i {
  color: #000000;
}
.blog_Main .sideoutr {
  padding: 15px 30px;
  margin-left: 60px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
}
.blog_Main .sideoutr h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 20px !important;
  text-align: left;
}
.blog_Main .sideoutr .sideblog {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #A3A3A3;
}
.blog_Main .sideoutr .sideblog:last-child {
  border-bottom: 0;
}
.blog_Main .sideoutr .sideblog .card {
  width: 195px;
  height: 183px;
  flex-shrink: 0;
  margin-right: 30px;
}
.blog_Main .sideoutr .sideblog .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6.052px;
}
.blog_Main .sideoutr .sideblog .cap .tag {
  display: flex;
  align-items: center;
}
.blog_Main .sideoutr .sideblog .cap .tag .john {
  background: #2351F5;
  width: 137.974px;
  height: 39.896px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog_Main .sideoutr .sideblog .cap .tag .john p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 100%;
}
.blog_Main .sideoutr .sideblog .cap .tag span {
  padding-left: 15px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #424242;
}
.blog_Main .sideoutr .sideblog a h5 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 15px 0;
}
.blog_Main .sideoutr .sideblog p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
}
.blog_Main .sideoutr .sideblog a.nxtblog {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  border-radius: 30px;
  padding: 9px 22px;
}
.blog_Main .sideoutr .sideblog a.nxtblog img {
  padding-left: 7px;
}
.blog_Main .sideoutr .sideblog a.nxtblog:hover {
  background: #000000;
  color: #fff;
}
.blog_Main .sideoutr .sideblog a.nxtblog i {
  color: #fff;
}
.blog_Main .sideoutr .sideblog a.nxtblog:hover {
  background-color: #fff;
}
.blog_Main .sideoutr .sideblog a.nxtblog:hover i {
  color: #000000;
}

.songleBlogMain .blog_container {
  padding: 70px;
  border: 1px solid #A3A3A3;
  background: #F3F3F3;
}
.songleBlogMain .blog-header h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 50px;
  text-align: left;
}
.songleBlogMain .blog-content p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-weight: 300;
  padding-bottom: 35px;
}
.songleBlogMain .blog-image {
  text-align: center;
  margin: 20px 0;
  height: 360px;
}
.songleBlogMain .blog-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 6.052px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.songleBlogMain .blog-image-small p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.songleBlogMain .blog-image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6.052px;
}

.container-fluid.blogsing_cont {
  padding: 0 120px;
}

.smilerBlgoutr .similar-blogs {
  margin-top: 40px;
}
.smilerBlgoutr .similar-blogs h4 {
  font-size: 20px;
  padding-bottom: 20px;
  color: #000000;
  border-bottom: 1px solid #A3A3A3;
}
.smilerBlgoutr .similar-blogs-list {
  padding-top: 40px;
}
.smilerBlgoutr .blog-item {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.smilerBlgoutr .blog-item .imgbix {
  height: 100%;
  min-width: 165px;
}
.smilerBlgoutr .blog-item .imgbix img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.smilerBlgoutr .blog-item .capct {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  padding-top: 0;
}
.smilerBlgoutr .blog-item .capct h5 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.smilerBlgoutr .blog-item .capct p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-weight: 300;
  padding-bottom: 10px;
}
.smilerBlgoutr .blog-item .capct a {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
  border-radius: 30px;
  padding: 5px 27px;
}
.smilerBlgoutr .blog-item .capct a img {
  padding-left: 7px;
}
.smilerBlgoutr .blog-item .capct a:hover {
  background: #000000;
  color: #fff;
}
.smilerBlgoutr .blog-item .capct a i {
  color: #fff;
}
.smilerBlgoutr .blog-item .capct a:hover {
  background-color: #000000;
}
.smilerBlgoutr .blog-item .capct a:hover i {
  color: #fff;
}

.serssec1 .imgsec {
  width: 100%;
  height: 100%;
}
.serssec1 .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serssec1 .capsec {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.serssec1 .capsec h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;
}
.serssec1 .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 20px;
}
.serssec1 .capsec ul li {
  padding-bottom: 15px;
  padding-left: 25px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  position: relative;
}
.serssec1 .capsec ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
}

.serssec2 h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}
.serssec2 h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 4px solid rgba(253, 145, 137, 0.38);
  width: 20%;
}
.serssec2 .capsec .inrconsec {
  display: flex;
}
.serssec2 .capsec .inrconsec span {
  color: #BFB8B8;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.serssec2 .capsec .inrconsec .sidecap {
  padding-left: 15px;
}
.serssec2 .capsec .inrconsec .sidecap h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.serssec2 .capsec .inrconsec .sidecap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 80%;
}
.serssec2 .capsec .imgbox {
  height: 100%;
}
.serssec2 .capsec .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serssec2 .capsec .custServrow:nth-child(even) {
  flex-direction: row-reverse;
}

.ourPremuiChau.abtcar.cityPremium {
  padding: 70px 0;
  margin-bottom: 50px;
}
.ourPremuiChau.abtcar.cityPremium h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 187.5%;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 70px;
}
.ourPremuiChau.abtcar.cityPremium .innrsec {
  width: 100%;
  border: 0 !important;
}
.ourPremuiChau.abtcar.cityPremium .innrsec .itm {
  border: 0 !important;
  display: flex;
}
.ourPremuiChau.abtcar.cityPremium .innrsec .itm .capsec {
  padding-top: 0;
  padding-left: 50px;
}
.ourPremuiChau.abtcar.cityPremium .innrsec .itm .capsec h3 {
  text-align: left;
  font-size: 20px;
}
.ourPremuiChau.abtcar.cityPremium .innrsec .itm .capsec p {
  margin: 0;
  text-align: left;
  width: 90%;
}

.ourPremuiChau.abtchu.cityslice {
  margin-top: 55px;
}
.ourPremuiChau.abtchu.cityslice::after {
  background-image: url(../images/citySingle_slice2.svg);
  bottom: auto;
  right: auto;
  left: 0;
  height: 45px;
  background-position: top left;
  top: -45px;
  background-size: auto;
}

.fltmainsec1.fltmainsecedit2 .item .cap a {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.fltmainsec1.fltmainsecedit2 .item .cap a.btnbknow {
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 4px;
}
.fltmainsec1.fltmainsecedit2 .item .cap a.btnbknow img {
  padding-left: 7px;
}
.fltmainsec1.fltmainsecedit2 .item .cap a.btnbknow:hover {
  background: #000000;
  color: #fff;
}
.fltmainsec1.fltmainsecedit2 .item .cap a.btnbknow:hover {
  background-color: #D80036;
}
/* Legal pages */
.servsingsec2.legal .caparea {
  width: 100%;
}
.servsingsec2.legal .caparea h2 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 15px;
}
.servsingsec2.legal .caparea h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}
.servsingsec2.legal .caparea p {
  padding-bottom: 15px;
}
.servsingsec2.legal .caparea p a, .servsingsec2.legal .caparea ul li a {
  color: #fff;
  transition: all .3s ease;
}
.servsingsec2.legal .caparea p a:hover, .servsingsec2.legal .caparea ul li a:hover {
  color: #D80036;
}
.servsingsec2.legal .caparea h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}
.servsingsec2.legal .caparea ul {
  padding-left: 2rem;
}
.servsingsec2.legal .caparea ul li{
  list-style-type: disc !important;
  padding-left: 0;
  padding-bottom: 10px;
}
.servsingsec2.legal .caparea ul li:before {
  background-image: none;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 16px;
  bottom: 15.2%;
  padding: 0;
  opacity: 0;
  z-index: 9;
  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 #D80036;
}

.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
*****************************/
/* Whatsapp icon */
.floating_btn {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	display: inline-block
}

.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: .3s ease-in-out;
	box-shadow: 2px 2px 3px #000
}
/* 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 *//*# sourceMappingURL=style.css.map */
/* Partner section */
.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 20px 0;
  margin-bottom: 20px;
}
.markdiv.partner {
  padding: 10px 0;
  background-color: #303030;
}
.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;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  vertical-align: middle;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid rgb(148, 148, 148);
}
.scrolling-content span img {
  padding-right: 0;
  max-width: 80%;
}
.scrolling-content.brand span {
  border-right: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* 22/9/2025 - New Booking engine css */
span.lf-w-8 {
  border-color: #fff;
}
.lf-text-black\/60 {
  color: #f4f4f4 !important;
}
.custom_Edit h4, .lf-w-full .lf-text-black, h4.pbm_15, .pbl00 h4, .passneg_New label, .lf-relative .pbl00 label, h5.lf-text-lg, p.lf-py-2 {
  color: #fff !important;
}
.lf-col-span-2 button.lf-text-black, .lf-bg-\[\#F6F3F3\] h5.lf-text-lg {
  color: #000 !important;
}
.flex_wrp_mb p, .lf-shadow-md p {
  color: rgb(121, 121, 121);
}
.lf-shadow-md img {
  filter: invert(1);
}
.accpet_two {
  color: #bbb;
}
/* App section */
.dwnapp .apptxt h2 {
  font-size: 48px !important;
  font-weight: 600;
  padding-bottom: 27px;
  color: #fff;
}
.dwnapp .apptxt a img {
  padding-left: 8px;
}
.dwnapp .apptxt p {
  color: #f2f2f2;
}
.dwnapp .blmkmob {
  position: relative;
  /* display: flex; */
}
.dwnapp .blmkmob .mobile img {
  width: auto;
  margin: 0px auto;
  max-width: 60%;
}
.dwnapp .blmkmob .btntxt {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.dwnapp .blmkmob .btntxt .appbtn {
  display: flex;
}
.dwnapp .blmkmob .btntxt .appbtn a {
  margin-right: 18px;
  width: 150px;
}
.dwnapp .blmkmob .btntxt .appbtn a img {
  width: 100%;
  height: 50px;
}
/* Get in Touch Form Section */
.homefrmsec {
  background: #4F4B4B33;
}
.homefrmsec h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: normal;
  padding-bottom: 20px;
  color: #fff;
}
.homefrmsec p {
  color: #fff;
  padding-bottom: 30px;
}
.homefrmsec .contact-form-container {
  padding: 30px;
  background: #1e1b1b;
  box-shadow: 0 4px 10px rgba(30, 27, 27, 1);
  box-sizing: content-box;
  width: 85%;
  margin-left: auto;
}
.homefrmsec .contact-form-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
  margin-bottom: 30px;
  text-align: left;
}
.homefrmsec .form_group {
  margin-bottom: 20px;
}
.homefrmsec .form_input,
.homefrmsec .form_select,
.homefrmsec .form_textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background: transparent;
  transition: border-color 0.3s ease;
}
.homefrmsec .form_input:focus,
.homefrmsec .form_select:focus,
.homefrmsec .form_textarea:focus {
  outline: none;
  border-color: #D80036;
}
.homefrmsec .form_select option {
  color: #000;
}
.homefrmsec .form_textarea {
  resize: vertical;
  min-height: 80px;
}
.homefrmsec .submit_btn {
  width: 100%;
  background-color: #D80036;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff !important;
  padding: 10px 58px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 50px;
}
.homefrmsec .submit_btn:hover {
  transform: scale(1.05);
}
.homefrmsec .submit_btn:hover i {
  color: #fff;
}
.homefrmsec .submit_btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.homefrmsec .error {
  border-color: #ff4444 !important;
}
.homefrmsec .error-message {
  color: #ff4444;
  font-size: 12px;
  margin-top: 5px;
}
.homefrmsec .iti {
  width: 100%;
}
.homefrmsec .iti__flag-container {
  border-right: 1px solid #ddd;
}
.homefrmsec .loading {
  position: relative;
}
.homefrmsec .loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #daa520;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@media screen and (max-width: 1199px) {
  .dwnapp .apptxt h3 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 991px) {
  .dwnapp .apptxt h3 {
    font-size: 35px !important;
    padding-bottom: 27px;
  }
  .dwnapp .blmkmob .mobile img {
    max-width: 100%;
  }
  .homefrmsec {
    text-align: center;
  }
  .homefrmsec img {
    display: none;
  }
  .homefrmsec .contact-form-container {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .dwnapp .apptxt {
    padding-top: 20px;
  }
  .dwnapp .apptxt h3 {
    font-size: 25px !important;
    padding-bottom: 15px;
  }
  .dwnapp .blmkmob .btntxt {
    padding: 0;
  }
  .dwnapp .blmkmob .btntxt .appbtn {
    padding-top: 10px;
  }
}
