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

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

.container-fluid {
  padding: 0 150px;
}

.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: 15px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: #000000;
  border-bottom: 1px solid #C7AE6B;
}

.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: 16px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar li a.ride {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  margin-left: 50px;
  /* padding: 14px 33px 10px 33px; */
}
.navbar li a.ride.active {
  color: #000 !important;
}
.navbar li a.ride::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.navbar li a.ride:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.navbar li a.ride img {
  padding-left: 7px;
}
.navbar li a.ride:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.navbar li a.ride:hover {
  color: #000000;
  background: #fff !important;
}
.navbar li a.ride:hover::before {
  background-color: #fff !important;
}

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

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

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

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

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

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

.labo img {
  width: 100%;
}

.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: #C7AE6B !important;
}

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

.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: #000000;
    border-color: #000000;
  }
  .navbar .sub-menu li a {
    color: #000000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #000000;
    top: 0;
    bottom: auto;
    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: #C7AE6B;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #000000;
    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: #C7AE6B;
  }
  .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 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 155px 0;
  padding-bottom: 85px;
}
.main_banner.outrBnr::before {
  position: absolute;
  content: "";
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.main_banner.outrBnr .banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0;
  z-index: 1;
}
.main_banner.outrBnr .banner .leftcap {
  position: relative;
  width: 100%;
}
.main_banner.outrBnr .banner .leftcap img.banerlogo {
  width: auto;
  padding-bottom: 30px;
  display: none !important;
}
.main_banner.outrBnr .banner .leftcap span {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #C7AE6B;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.main_banner.outrBnr .banner .leftcap h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  padding: 20px 0;
  text-transform: capitalize;
}
.main_banner.outrBnr .banner .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding-bottom: 30px;
}
.main_banner.outrBnr .banner .leftcap ul .call {
  display: flex;
  flex-wrap: wrap;
}
.main_banner.outrBnr .banner .leftcap ul .call li {
  padding-right: 20px;
}
.main_banner.outrBnr .banner .leftcap ul li a {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
}
.main_banner.outrBnr .banner .leftcap ul li a i {
  padding-right: 10px;
  padding-bottom: 3px;
}
.main_banner.outrBnr .banner .leftcap .twobtn {
  justify-content: flex-start;
}
.main_banner.outrBnr .banner .leftcap .twobtn a {
  border-radius: 8px;
}

.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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  transition: 0.5s;
  color: #000000;
}
.twobtn a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.twobtn a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.twobtn a img {
  padding-left: 7px;
}
.twobtn a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.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;
}
.rightform.bnrnewform {
  padding: 15px;
  border-radius: 10px;
  background-color: #C7AE6B;
}
.rightform.bnrnewform input {
  outline: none;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.rightform.bnrnewform textarea {
  outline: none;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  height: 80px;
}
.rightform.bnrnewform button {
  width: 100%;
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  margin-top: 15px;
  margin: 0px auto;
  display: block;
  margin-top: 15px;
  background-color: #000000;
  color: #fff;
}
.rightform.bnrnewform button::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.rightform.bnrnewform button:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.rightform.bnrnewform button img {
  padding-left: 7px;
}
.rightform.bnrnewform button:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}

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

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

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

.allmob p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

/*********************************
    Banner section end
*********************************/
.sect2 .capction h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.sect2 .capction h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sect2 .capction p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding: 15px 0;
  width: 80%;
}
.sect2 .capction ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 18px;
}
.sect2 .capction ul li img {
  padding-right: 15px;
}
.sect2 .capction ul li i {
  font-size: 24px;
  color: #C7AE6B;
  padding-right: 25px;
}
.sect2 .imgsec {
  position: relative;
  width: 100%;
  height: 100%;
}
.sect2 .imgsec .one {
  width: 70%;
  height: 90%;
  overflow: hidden;
  position: absolute;
  right: 0;
  border-radius: 16px;
}
.sect2 .imgsec .one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(199, 174, 107, 0.3);
}
.sect2 .imgsec .one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect2 .imgsec .two {
  width: 65%;
  height: 87%;
  overflow: hidden;
  position: absolute;
  border-radius: 16px;
  left: 0;
  bottom: -100px;
}
.sect2 .imgsec .two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(199, 174, 107, 0.3);
}
.sect2 .imgsec .two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect2 .imgsec .excell {
  background-color: #000000;
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 205px;
  padding: 32px 36px;
}
.sect2 .imgsec .excell p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}
.sect2 .imgsec .excell img.logo {
  width: auto;
  height: auto;
}

.sect3 {
  position: relative;
  padding-bottom: 20px;
}
.sect3 .outrsec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-radius: 16px;
  position: relative;
  padding: 70px 0;
  padding-bottom: 230px;
}
.sect3 .outrsec h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  width: 38%;
  color: #fff;
}
.sect3 .outrsec h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sect3 .outrsec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(64, 46, 0, 0.3);
}
.sect3 .service_item {
  margin-top: -100px;
}
.sect3 .service_item .outr .item {
  border-radius: 16px;
  background-color: #C7AE6B;
  padding: 35px 35px;
  margin: 0 15px;
}
.sect3 .service_item .outr .item .card_header .icon {
  width: 50px;
  height: 50px;
  padding-bottom: 25px;
}
.sect3 .service_item .outr .item .card_header .icon i {
  font-size: 40px;
  color: #fff;
}
.sect3 .service_item .outr .item .card_header h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 10px;
}
.sect3 .service_item .outr .item .card_content {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  display: none;
  /* width: 80%; */
  transition: all 0.3s ease;
}
.sect3 .service_item .outr .item .card_content.active {
  display: block;
  min-height: 115px;
}
.sect3 .service_item .outr .item .plus-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 24px;
  margin-left: auto;
  display: block;
}
.sect3 .service_item .outr .slick-dots {
  bottom: -65px;
  right: 140px;
  width: auto;
}
.sect3 .service_item .outr .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 100%;
}
.sect3 .service_item .outr .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.sect3 .service_item .outr .slick-dots li.slick-active button {
  background-color: #C7AE6B;
}
.sect3 .service_item .outr .slick-prev {
  right: 23%;
  left: auto;
  bottom: -33%;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #C7AE6B;
}
.sect3 .service_item .outr .slick-prev::before {
  content: "";
}
.sect3 .service_item .outr .slick-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.sect3 .service_item .outr .slick-next {
  right: 5%;
  bottom: -33%;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #C7AE6B;
}
.sect3 .service_item .outr .slick-next::before {
  content: "";
}
.sect3 .service_item .outr .slick-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.sect3 h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.sect3 h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sect3 p.mainp {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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;
}

.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 {
  background-color: #181A1F;
  margin-top: 70px;
}
.sec4 .tabsec .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: wrap;
}
.sec4 .tabsec .nav-item {
  width: 42%;
  margin-right: 25px;
  margin-bottom: 15px;
  height: 200px;
}
.sec4 .tabsec .nav-link {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 100%;
}
.sec4 .tabsec .nav-link .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 16px;
  background: #2B2A29;
  padding: 0px 15px;
  height: 100%;
}
.sec4 .tabsec .nav-link .item .imgsec {
  height: 50px;
}
.sec4 .tabsec .nav-link .item .imgsec i {
  font-size: 50px;
  color: #fff;
  filter: brightness(0.5);
}
.sec4 .tabsec .nav-link .item h3 {
  padding-top: 15px;
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #5C5C5C;
  padding-bottom: 0;
  text-align: center;
  line-height: 26px;
}
.sec4 .tabsec .nav-link.active .item {
  background-color: #C7AE6B;
}
.sec4 .tabsec .nav-link.active .item h3 {
  color: #fff;
}
.sec4 .tabsec .nav-link.active .item .imgsec i {
  filter: none;
}
.sec4 .captciosec h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}
.sec4 .captciosec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 15px;
  font-size: 20px;
  width: 75%;
}

.sec5 h2.sliderhead {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  width: 40%;
  padding-left: 50px;
}
.sec5 h2.sliderhead::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sec5 h2.sliderhead::after {
  display: none;
}
.sec5 .service_item {
  overflow: hidden;
}
.sec5 .service_item .outr {
  margin-left: 0;
}
.sec5 .service_item .item {
  transition: all 0.4s ease-in-out;
  height: 100%;
  margin: 0 15px;
}
.sec5 .service_item .item .fltimg {
  height: 274px;
  border-radius: 16px;
  background: radial-gradient(50% 50% at 50% 50%, #A9A9A9 0%, #434343 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.sec5 .service_item .item .fltimg img {
  width: 100%;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec5 .service_item .item .fltimg ul.wifi {
  display: flex;
  justify-content: center;
  width: 80%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.sec5 .service_item .item .fltimg ul.wifi li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
}
.sec5 .service_item .item .fltimg ul.wifi li img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.sec5 .service_item .item .fltimg ul.wifi li i {
  font-size: 18px;
  color: #fff;
}
.sec5 .service_item .item .fltimg ul.wifi li span {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #fff;
  padding: 5px 0;
  line-height: 14px;
  text-align: center;
  width: 75%;
}
.sec5 .service_item .item .capsec {
  border-radius: 16px;
  background: #C7AE6B;
  padding: 10px 10px;
  margin: 0 10px;
  margin-top: -20px;
  padding-top: 40px;
  min-height: 292px;
}
.sec5 .service_item .item .capsec h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.sec5 .service_item .item .capsec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #000000;
  text-align: center;
  margin: 0px auto;
  width: 92%;
  padding-bottom: 20px;
}
.sec5 .service_item .item .capsec a {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  background-color: #fff;
  color: #000000;
  justify-content: center;
  width: 100%;
}
.sec5 .service_item .item .capsec a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.sec5 .service_item .item .capsec a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.sec5 .service_item .item .capsec a img {
  padding-left: 7px;
}
.sec5 .service_item .item .capsec a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.sec5 .service_item .item:hover {
  transform: translateY(-5px);
}
.sec5 .slick-dots {
  bottom: 10px;
  right: 10.5%;
  width: auto;
}
.sec5 .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 100%;
}
.sec5 .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.sec5 .slick-dots li.slick-active button {
  background-color: #C7AE6B;
}
.sec5 .slick-prev {
  right: 24%;
  left: auto;
  bottom: -4%;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #C7AE6B;
}
.sec5 .slick-prev::before {
  content: "";
}
.sec5 .slick-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.sec5 .slick-next {
  right: 5%;
  bottom: -4%;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #C7AE6B;
}
.sec5 .slick-next::before {
  content: "";
}
.sec5 .slick-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.sec5 .slick-list {
  padding: 0 10% 0 0;
}

.commsliderSec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.commsliderSec h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: left;
}
.commsliderSec h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.commsliderSec .item {
  padding: 40px 45px;
  margin: 0 15px;
  border-radius: 20px;
  background: #FFF;
}
.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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-left: 20px;
}
.commsliderSec .item .cap {
  padding-top: 30px;
}
.commsliderSec .item .cap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.commFAQsec {
  background: #181A1F;
}
.commFAQsec .faqoutr {
  width: 80%;
}
.commFAQsec .faqoutr h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  padding-bottom: 30px;
}
.commFAQsec .faqoutr h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.commFAQsec .faqoutr h2::after {
  display: none;
}
.commFAQsec .faqoutr .card {
  background-color: transparent;
  border: 0;
}
.commFAQsec .faqoutr .accordion .card-header {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
.commFAQsec .faqoutr .accordion .btn-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  padding: 0;
  font-size: 20px;
}
.commFAQsec .faqoutr .accordion .btn-link.collapsed::after {
  content: "+";
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #5C5D60;
  padding: 1px 9px;
  position: relative;
  left: 20px;
}
.commFAQsec .faqoutr .accordion .btn-link:not(.collapsed)::after {
  content: "-";
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #5C5D60;
  padding: 1px 9px;
  position: relative;
  left: 20px;
}
.commFAQsec .faqoutr .card-body {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding-left: 0;
}
.commFAQsec .getinform {
  border-radius: 16px;
  background-color: #FBFBFB;
  padding: 14px 20px;
}
.commFAQsec .getinform h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #C7AE6B;
}
.commFAQsec .getinform label {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 5px;
  color: #A6A6A6;
  margin-bottom: 0;
}
.commFAQsec .getinform input {
  border-radius: 9.086px;
  border: 0.303px solid #797979;
  background: #FFF;
  margin-bottom: 15px;
  padding: 8px 15px;
}
.commFAQsec .getinform textarea {
  border-radius: 9.086px;
  border: 0.303px solid #797979;
  background: #FFF;
  height: 115px;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.commFAQsec .getinform button {
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  background-color: #C7AE6B;
  border-radius: 9.086px;
  border: 0.606px solid #797979;
  padding: 10px 15px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  text-align: center;
}
.commFAQsec .getinform button:hover {
  background-color: #000000;
  color: #fff;
}

.blogoutrSing.blogSing .blogmainsec1.newblogsec input {
  width: 100%;
  outline: none;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  background: #F4F4F4;
  padding: 15px 20px;
  margin-bottom: 70px;
  color: #000000;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .categories {
  background-color: #f4f4f4;
  padding: 22px;
  margin-bottom: 70px;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .categories h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .categories ul li {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .categories ul li:last-child {
  border-bottom: 0;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost {
  padding: 22px;
  background-color: #f4f4f4;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost h3.topPosthead {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 15px;
  padding-bottom: 30px;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li {
  padding-bottom: 15px;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li a {
  display: flex;
  align-items: flex-start;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li a span {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 0;
  padding-right: 20px;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li a .captcion h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 15px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li a .captcion ul.bottmcatgry {
  display: flex;
}
.blogoutrSing.blogSing .blogmainsec1.newblogsec .topPost ul li a .captcion ul.bottmcatgry li {
  padding-right: 15px;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  font-size: 11px;
}
.blogoutrSing.blogSing .blogbody .blog-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.blogoutrSing.blogSing .blogbody .blog-post {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: none;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 100%;
}
.blogoutrSing.blogSing .blogbody .blog-post:hover {
  transform: translateY(-5px);
  background-color: #C7AE6B;
}
.blogoutrSing.blogSing .blogbody .blog-post:hover .blog-info h2 {
  color: #fff;
}
.blogoutrSing.blogSing .blogbody .blog-post:hover .blogoimage img {
  transform: scale(1.1);
}
.blogoutrSing.blogSing .blogbody .blogoimage {
  height: 320px;
  overflow: hidden;
}
.blogoutrSing.blogSing .blogbody .blogoimage 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;
}
.blogoutrSing.blogSing .blogbody .blog-info {
  padding: 20px 20px;
}
.blogoutrSing.blogSing .blogbody .blog-info ul {
  display: flex;
}
.blogoutrSing.blogSing .blogbody .blog-info ul li {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-right: 20px;
}
.blogoutrSing.blogSing .blogbody .blog-info h2 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.blogoutrSing.blogSing .blogbody .blog-info p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}

.appdownload .cap {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.appdownload .cap h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 30px;
  width: 80%;
}
.appdownload .cap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.appdownload .cap h2::after {
  display: none;
}
.appdownload .cap h2 span {
  color: #C7AE6B;
  text-transform: uppercase;
}
.appdownload .cap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.appdownload .cap ul {
  display: flex;
}
.appdownload .cap ul li {
  margin-right: 15px;
}
.appdownload .cap ul li a {
  width: 100%;
}
.appdownload .cap ul li a img {
  width: auto;
  height: auto;
}
.appdownload .mobile {
  padding-top: 50px;
}
.appdownload .mobile img {
  width: 65%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

/* inner pages */
.fletmainsect {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.fletmainsect .nav-tabs {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  border: 0;
}
.fletmainsect .nav-tabs .nav-link {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  padding: 9px 50px;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.fletmainsect .nav-tabs .nav-link:hover {
  border-color: transparent;
  background: rgba(199, 174, 107, 0.43);
}
.fletmainsect .nav-tabs .nav-link.active {
  border-color: transparent;
  background: rgba(199, 174, 107, 0.43);
}
.fletmainsect .service_item .item {
  margin: 0;
}

.centerpic h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}
.centerpic h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.centerpic h2::after {
  display: none;
}
.centerpic p.main {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: auto;
  width: 50%;
  padding-bottom: 30px;
}
.centerpic .twodiv {
  display: flex;
  align-items: flex-start;
}
.centerpic .twodiv .icon {
  min-width: 57px;
  height: 70px;
}
.centerpic .twodiv .icon i {
  font-size: 45px;
  color: #C7AE6B;
}
.centerpic .twodiv .icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.centerpic .twodiv .capsec {
  padding-left: 15px;
}
.centerpic .twodiv .capsec h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  font-size: 20px;
  padding-bottom: 7px;
}
.centerpic .twodiv .capsec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.centerpic .singlepic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.centerpic .singlepic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fltsingSec3 .leftpic {
  border-radius: 16px 16px 16px 98px;
  overflow: hidden;
  height: 100%;
}
.fltsingSec3 .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
.fltsingSec3 .rightcap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fltsingSec3 .rightcap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.fltsingSec3 .rightcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}

.abt2ndsec.fltmain2.fltsingmain .rightfull {
  right: auto;
  left: 0;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap h2::after {
  display: none;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap .item .icon {
  width: 50px;
  height: 50px;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap .item .icon i {
  font-size: 45px;
  color: #C7AE6B;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap .item h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding: 20px 0;
}
.abt2ndsec.fltmain2.fltsingmain .leftcap .item p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.sect2.sec2Fltsing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
  position: relative;
}
.sect2.sec2Fltsing .imgsec {
  position: absolute;
  width: 50%;
  height: 415px;
  left: 0;
  overflow: hidden;
  border-radius: 16px 16px 16px 98px;
}
.sect2.sec2Fltsing .imgsec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px 16px 16px 98px;
  background: rgba(199, 174, 107, 0.3);
}
.sect2.sec2Fltsing .imgsec img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 16px 98px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect2.sec2Fltsing .capction {
  padding-top: 50px;
  padding-left: 30px;
  width: 50%;
  margin-left: auto;
  height: 100%;
}

.counter_section {
  background-color: #000000;
  padding: 50px;
}
.counter_section h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}
.counter_section .cntrinnr {
  display: flex;
  justify-content: space-between;
}
.counter_section .cntrinnr .coutr_outr {
  display: flex;
  flex-direction: column;
}
.counter_section .cntrinnr .coutr_outr .counter {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 48px;
  color: #C7AE6B;
}
.counter_section .cntrinnr .coutr_outr p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}

.sec1Citymain .item .iteminner {
  position: relative;
  background-color: #C7AE6B;
  border-radius: 11.568px;
  height: 100%;
  margin-left: 20px;
  margin-top: 60px;
}
.sec1Citymain .item .iteminner .imgsec {
  height: 220px;
  overflow: hidden;
  border-radius: 11.568px;
  left: -20px;
  right: 20px;
  position: absolute;
  top: -60px;
  width: 100%;
}
.sec1Citymain .item .iteminner .imgsec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 11.568px;
  background: rgba(199, 174, 107, 0.3);
  opacity: 0;
  transition: 0.3s;
}
.sec1Citymain .item .iteminner .imgsec:hover::before {
  opacity: 1;
}
.sec1Citymain .item .iteminner .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec1Citymain .item .iteminner .cap {
  padding: 180px 20px 20px 20px;
}
.sec1Citymain .item .iteminner .cap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  align-items: center;
}
.sec1Citymain .item .iteminner .cap h3 img {
  padding-left: 15px;
  width: auto;
  height: auto;
}
.sec1Citymain .item .iteminner .cap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}

.letsyou {
  background-color: #181A1F;
  padding-bottom: 130px;
}
.letsyou .innercap {
  padding: 50px 50px;
  background-color: #C7AE6B;
  margin-bottom: 60px;
  border-radius: 30px;
}
.letsyou .innercap .leftcap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #000000;
  width: 55%;
}
.letsyou .innercap .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  width: 80%;
  padding-bottom: 10px;
}
.letsyou .innercap .leftcap ul {
  padding-left: 1.5rem;
}
.letsyou .innercap .leftcap ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  letter-spacing: 0.15px;
}
.letsyou .rightpic {
  border-radius: 16px;
  position: relative;
}
.letsyou .rightpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(199, 174, 107, 0.3);
}
.letsyou .rightpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  border-radius: 20px;
}

.sec1Citysing {
  border-radius: 8px;
  background-color: #292929;
  padding: 70px;
}
.sec1Citysing .leftpic {
  width: 100%;
  height: 100%;
  border-radius: 98px 8px 8px 8px;
  overflow: hidden;
}
.sec1Citysing .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 98px 8px 8px 8px;
}
.sec1Citysing .rightcap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  height: 100%;
}
.sec1Citysing .rightcap span {
  border-radius: 30.5px;
  padding: 6px 27px;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  margin-bottom: 30px;
  color: #000000;
  background-color: #fff;
}
.sec1Citysing .rightcap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}
.sec1Citysing .rightcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
}
.sec1Citysing .rightcap ul {
  padding-bottom: 15px;
}
.sec1Citysing .rightcap ul li {
  position: relative;
  padding-left: 40px;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 15px;
  color: #fff;
}
.sec1Citysing .rightcap ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/mdi_tick.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}
.sec1Citysing .rightcap a {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
}
.sec1Citysing .rightcap a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.sec1Citysing .rightcap a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.sec1Citysing .rightcap a img {
  padding-left: 7px;
}
.sec1Citysing .rightcap a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.sec1Citysing .roteRow:nth-child(even) {
  flex-direction: row-reverse;
}
.sec1Citysing .roteRow:nth-child(even) .rightcap {
  padding-left: 0;
  padding-right: 30px;
}
.sec1Citysing .roteRow:nth-child(even) .leftpic {
  border-radius: 8px 8px 98px 8px;
}
.sec1Citysing .roteRow:nth-child(even) .leftpic img {
  border-radius: 8px 8px 98px 8px;
}

.sec2cutySing {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.sec2cutySing h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.sec2cutySing h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sec2cutySing h2::after {
  display: none;
}
.sec2cutySing p.main {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 65%;
  padding-bottom: 50px;
}
.sec2cutySing .item {
  padding: 30px 30px;
  background-color: transparent;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.sec2cutySing .item span {
  padding-bottom: 15px;
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 400;
  display: block;
}
.sec2cutySing .item h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.sec2cutySing .item p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.sec2cutySing .item a {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #C7AE6B;
}
.sec2cutySing .item a i {
  padding-left: 15px;
}
.sec2cutySing .item:hover {
  background-color: #C7AE6B;
}
.sec2cutySing .item:hover h3 {
  color: #fff;
}
.sec2cutySing .item:hover a {
  color: #fff;
}

.blogoutrSing .blogbody .commsec h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.blogoutrSing .blogbody .commsec h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.blogoutrSing .blogbody .commsec h2::after {
  display: none;
}
.blogoutrSing .blogbody .commsec ul {
  display: flex;
  padding-bottom: 20px;
}
.blogoutrSing .blogbody .commsec ul li {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 40px;
  font-weight: 400;
}
.blogoutrSing .blogbody .commsec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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;
  margin-bottom: 15px;
}
.blogoutrSing .blogbody .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.blogmainsec1 {
  border-radius: 8px;
  background: #292929;
  padding: 30px 50px;
}
.blogmainsec1 .maincap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.blogmainsec1 .sideblog ul li .sidecap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #C7AE6B;
  padding-right: 10px;
}
.blogmainsec1 .sideblog ul li .sidecap ul li span {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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;
}
.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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}
.blogmainsec1.newblogsec h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.blogmainsec1.newblogsec h2::after {
  display: none;
}
.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;
}

.sect2.abtmain .imgsec .one {
  width: 100%;
  height: 100%;
}
.sect2.abtmain .imgsec .excell {
  right: auto;
  left: 3px;
  padding: 17px 36px;
  bottom: 0;
}
.sect2.abtmain .capction .itemouter {
  display: flex;
  flex-wrap: wrap;
}
.sect2.abtmain .capction .itemouter .item {
  width: 45%;
  margin-right: 15px;
}
.sect2.abtmain .capction .itemouter .item i {
  font-size: 40px;
  color: #000;
  padding-bottom: 20px;
}
.sect2.abtmain .capction .itemouter .item img {
  padding-bottom: 20px;
  filter: brightness(0) invert(0);
}
.sect2.abtmain .capction .itemouter .item h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.sect2.abtmain .capction .itemouter .item p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding: 0;
  padding-bottom: 15px;
}

.sect2.sec2Fltsing.abtMainSec3 {
  background-color: #181A1F;
}
.sect2.sec2Fltsing.abtMainSec3 .whitesec {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
}
.sect2.sec2Fltsing.abtMainSec3 .imgsec {
  width: 30%;
  height: 475px;
  top: 6%;
  left: 0;
  overflow: hidden;
  border-radius: 0px 16px 16px 0px;
}
.sect2.sec2Fltsing.abtMainSec3 .imgsec::before {
  border-radius: 0px 16px 16px 0px;
}
.sect2.sec2Fltsing.abtMainSec3 .imgsec img {
  border-radius: 0px 16px 16px 0px;
}
.sect2.sec2Fltsing.abtMainSec3 .capction {
  width: 50%;
  margin-left: 30%;
  height: 100%;
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .leftcap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .leftcap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 20px;
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 15px;
  color: #fff;
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .rightpic {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .rightpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(199, 174, 107, 0.3);
}
.sect2.sec2Fltsing.abtMainSec3 .premumAbtsec .rightpic img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.sect2.abtmain.servSingSec1 .imgsec .one {
  position: relative;
  left: 0;
  height: 100%;
  width: 100%;
}
.sect2.abtmain.servSingSec1 .capction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
}
.sect2.abtmain.servSingSec1 .capction h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.sect2.abtmain.servSingSec1 .capction h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.sect2.abtmain.servSingSec1 .capction p {
  padding: 15px 0;
}

.letsyou.blckbgarea {
  background-color: #000000;
}
.letsyou.blckbgarea .spacediv {
  padding-bottom: 70px;
}
.letsyou.blckbgarea .commFAQsec {
  background-color: transparent;
  position: relative;
  padding-top: 40px;
}
.letsyou.blckbgarea .commFAQsec .leftfull {
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.letsyou.blckbgarea .commFAQsec .leftfull::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(199, 174, 107, 0.3);
}
.letsyou.blckbgarea .commFAQsec .leftfull img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.letsyou.blckbgarea .commFAQsec .faqoutr {
  margin-left: 45%;
  height: 100%;
  padding-top: 70px;
  width: 55%;
}
.letsyou.blckbgarea .commFAQsec .faqoutr h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
}
.letsyou.blckbgarea .commFAQsec .faqoutr h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.letsyou.blckbgarea .commFAQsec .faqoutr p {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  padding: 15px 0;
  width: 80%;
}
.letsyou.blckbgarea .commFAQsec .faqoutr ul {
  padding-left: 1.5rem;
}
.letsyou.blckbgarea .commFAQsec .faqoutr ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #fff;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#success-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #C7AE6B;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
  z-index: 1000;
  text-align: center;
  width: 80%;
  max-width: 400px;
}

#popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

#popup-message {
  margin-top: 20px;
}

.weare h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.weare h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.weare h2::after {
  display: none;
}
.weare p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 80%;
}

.contactus.london h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.contactus.london h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.contactus.london h2::after {
  display: none;
}
.contactus.london .outersec .formsec select{
 border: unset;
 border-radius: 0px;
}
.contactus.london .outersec .formsec input,.contactus.london .outersec .formsec select {
  border-bottom: 1px solid #757575;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #000000 !important;
  outline: none;
  padding: 10px 15px;
}
.contactus.london .outersec .formsec form button {
  background-color: #000000;
  color: #fff;
}
.contactus.london .outersec .formsec form button:hover {
  background-color: #C7AE6B;
}
.contactus.london .outersec .formsec .rightside {
  border: 1px solid #757575;
  text-align: center;
  color: #000000 !important;
}
.contactus.london .outersec .adressec.newadd {
  padding: 20px 50px;
  background-color: #292929;
}
.contactus.london .outersec .adressec.newadd ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.contactus.london .outersec .adressec.newadd ul li {
  padding: 0;
  padding-bottom: 25px;
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.contactus.london .outersec .adressec.newadd ul li img {
  padding-bottom: 0;
  padding-right: 30px;
  filter: brightness(0) invert(1);
}
.contactus.london .outersec .adressec.newadd ul li .detil span {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #8F8F8F;
  padding-bottom: 7px;
  display: block;
}
.contactus.london .outersec .adressec.newadd ul li .detil a {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.contactus.london .outersec .adressec.newadd ul.soclmedia {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
}
.contactus.london .outersec .adressec.newadd ul.soclmedia li {
  margin-right: 15px;
}
.contactus.london .outersec .adressec.newadd ul.soclmedia li a:hover {
  background-color: #C7AE6B;
}
.contactus.london .outersec .adressec.newadd .mapsec {
  padding-bottom: 0;
}

.main_banner.outrBnr.Innerbnr {
  padding: 143px 0;
  padding-bottom: 70px;
}

/*********************************
    404 Page
*********************************/
.four_0_four {
  padding-top: 180px !important;
}
.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
}
.four_0_four h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.four_0_four a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.four_0_four a img {
  padding-left: 7px;
}
.four_0_four a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}

.cog-wheel1, .cog-wheel2 {
  transform: scale(0.7);
}

.cog1, .cog2 {
  width: 40vmin;
  height: 40vmin;
  border-radius: 50%;
  border: 6vmin solid #f3c623;
  position: relative;
}

.cog2 {
  border: 6vmin solid #C7AE6B;
}

.top, .down, .left, .cog1 .right, .left-top, .left-down, .right-top, .right-down {
  width: 10vmin;
  height: 10vmin;
  background-color: #f3c623;
  position: absolute;
}

.cog2 .top, .cog2 .down, .cog2 .left, .cog2 .right, .cog2 .left-top, .cog2 .left-down, .cog2 .right-top, .cog2 .right-down {
  background-color: #C7AE6B;
}

.top {
  top: -14vmin;
  left: 9vmin;
}

.down {
  bottom: -14vmin;
  left: 9vmin;
}

.left {
  left: -14vmin;
  top: 9vmin;
}

.cog1 .right {
  right: -14vmin;
  top: 9vmin;
}

.left-top {
  transform: rotateZ(-45deg);
  left: -8vmin;
  top: -8vmin;
}

.left-down {
  transform: rotateZ(45deg);
  left: -8vmin;
  top: 25vmin;
}

.right-top {
  transform: rotateZ(45deg);
  right: -8vmin;
  top: -8vmin;
}

.right-down {
  transform: rotateZ(-45deg);
  right: -8vmin;
  top: 25vmin;
}

.cog2 {
  position: relative;
  left: -10.2vmin;
  bottom: 10vmin;
}

h1 {
  color: #142833;
}

.first-four {
  position: relative;
  left: 6vmin;
  font-size: 40vmin;
}

.second-four {
  position: relative;
  right: 18vmin;
  z-index: -1;
  font-size: 40vmin;
}

.four_0_four .container.fourcont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.four_0_four .container.fourcont .animat {
  display: flex;
}
.four_0_four .container.fourcont .cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.four_0_four .container.fourcont .cap h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding: 20px 0;
}
.four_0_four .container.fourcont .cap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.four_0_four .container.fourcont .cap h2::after {
  display: none;
}

/*********************************
    404 Page
*********************************/
/* inner pages */
.inrPagebnr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 170px 0;
}
.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: #000000;
  text-align: left;
  font-size: 18px;
  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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
}
.inrPagebnr .leftcap a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.inrPagebnr .leftcap a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.inrPagebnr .leftcap a img {
  padding-left: 7px;
}
.inrPagebnr .leftcap a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.inrPagebnr .leftcap a:hover {
  background-color: #D80036;
}

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

.fltrotate .leftcap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fltrotate .leftcap h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 40px;
}
.fltrotate .leftcap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.fltrotate .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  padding-bottom: 30px;
  width: 70%;
}
.fltrotate .leftcap a {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #000000;
  color: #fff;
}
.fltrotate .leftcap a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.fltrotate .leftcap a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.fltrotate .leftcap a img {
  padding-left: 7px;
}
.fltrotate .leftcap a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.fltrotate .leftcap a:hover {
  background-color: #C7AE6B;
  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: 25px;
}
.fltsing_sec1 .item .heading img {
  width: auto;
}
.fltsing_sec1 .item .heading h3 {
  padding-left: 20px;
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 20px;
}
.fltsing_sec1 .item p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.fltsing_sec2 .capctarea .leftcap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.fltsing_sec2 .capctarea .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: 50px;
  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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 10px;
  opacity: 0;
}
.city_Sec1 .city_setsec .item .capsec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  width: 80%;
}
.citysingsec2 .rightcap h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  width: 80%;
  margin: 0px auto;
  font-size: 28px;
  z-index: 1;
  position: relative;
  width: 62%;
}
.citysingsec3 h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.citysingsec3 p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.commnewsletr h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.commnewsletr p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  border: 0;
  outline: none;
}
.commnewsletr .email button::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.commnewsletr .email button:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.commnewsletr .email button img {
  padding-left: 7px;
}
.commnewsletr .email button:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}

.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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-align: center;
  text-transform: uppercase;
}
.fltmainsec1 .item .cap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  margin: 0px auto;
  background-color: #D80036;
}
.fltmainsec1 .item .cap a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.fltmainsec1 .item .cap a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.fltmainsec1 .item .cap a img {
  padding-left: 7px;
}
.fltmainsec1 .item .cap a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}

.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: -50px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fff;
  padding: 14px;
  transition: all 0.5s;
}
.sec5.sec1Serb_main .service_item .item .tophed {
  padding-top: 10px;
}
.sec5.sec1Serb_main .service_item .item .tophed h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  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: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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  text-transform: none;
  padding-bottom: 0;
}
.leftritsec1 .rightpra {
  padding: 0 30px;
  height: 100%;
}
.leftritsec1 .rightpra p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  width: 80%;
}

.pralaxslid.topcity .citycap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.pralaxslid.topcity .citycap h3 {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.pralaxslid.topcity .citycap p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  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::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.pralaxslid.topcity .cityslid .image_title a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.pralaxslid.topcity .cityslid .image_title a img {
  padding-left: 7px;
}
.pralaxslid.topcity .cityslid .image_title a:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
.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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.sirvsingSec1 .contentsec p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.servsingsec2 .caparea p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
}
.servsingsec2 .caparea ul li {
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 18px;
  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 img.flupic {
  width: 82px;
  height: 82px;
  padding: 14px;
  background-color: #fff;
  border-radius: 100%;
  filter: none;
}
.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: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.abtSec1 .lefth2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.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;
}

.contactus .outersec .formsec h2 {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.contactus .outersec .formsec h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 147.126px;
  height: 4px;
  background-color: #C7AE6B;
}
.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: 205px;
}
.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: 50px;
  justify-content: space-around;
  align-items: center;
}
.contactus .outersec .adressec ul li {
  padding: 0 30px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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;
}

.clearBoth {
  clear: both;
}

footer {
  background-color: #C7AE6B;
  position: relative;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 25px;
  display: block;
}
footer .footlogo img {
  filter: brightness(0);
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 15px;
}
footer p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  transition: all 0.5s;
  text-transform: capitalize;
}
footer ul li a:hover {
  color: #000000;
}
footer ul li a.bknowft {
  background-color: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
}
footer ul li a.bknowft::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
footer ul li a.bknowft:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
footer ul li a.bknowft img {
  padding-left: 7px;
}
footer ul li a.bknowft:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000000;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #C7AE6B;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  transition: all 0.15s ease;
  overflow: hidden;
  background-color: #fff;
  color: #000000 !important;
  padding: 14px 20px;
  outline: none;
  border: 0;
  margin-left: -30px;
  border-radius: 10px;
}
footer .newslet button::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
footer .newslet button:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
footer .newslet button img {
  padding-left: 7px;
}
footer .newslet button:hover {
  background: #000000;
  color: #fff;
  border-radius: 16px;
}
footer .newslet button:hover {
  background-color: #fff !important;
}
footer .copy p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
  align-items: center;
}
footer ul.socialMedia span {
  color: #000000;
  text-align: left;
  font-size: 18px;
  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: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
}
footer ul.socialMedia li:hover a {
  color: #000000;
}

/* Legal pages */
.weare.legal h2, .weare.legal p {
  text-align: left;
  width: 100%;
  padding-bottom: 15px;
}
.weare.legal h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.weare.legal h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
.weare.legal ul {
  padding-left: 2rem;
}
.weare.legal ul li {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.15px;
  list-style-type: disc !important;
  padding-left: 0;
  padding-bottom: 10px;
}

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

.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;
	right: 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 */