* {
  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: "Expletus Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;m
  font-weight: 400;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (min-width: 1660px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1659px) {
  .container {
    max-width: 1460px;
  }
}
@media (max-width: 1499px) {
  .container {
    max-width: 1370px !important;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

button:focus {
  outline: none !important;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 0px 0;
  position: relative;
  width: 100%;
  z-index: 9;
  background-color: #000000;
}

.logo {
  display: flex;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: 20%;
}

.logo img {
  width: 120px;
  padding: 5px 0;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}
.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #000000;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 245px;
  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;
}
.clickE {
  right: 3px;
  color:white;
  font-size: 12px;
  position: absolute;
  cursor: pointer;
  margin-right: 5px;
}

.clickD i::before {
  content: "\f107";
}
.clickE i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #D4AF37;
}

.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;
}
.clickE.toggled ~ .sub-sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
}
.sub-sub-menu {
  position: absolute;
  /*opacity: 1;*/
  visibility: visible;
  display: none;
  width: 100%;
  border-radius: 5px;
  z-index: 99;
  /*position: absolute;*/
  display: none;
  /*width: 285px;*/
  background: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding-bottom: 10px;
  left: 100%;
  top: 0;
  right: auto;
  margin-left: 2px;
}

.sub-sub-menu li a {
  display: block;
  color: black !important;
}

.clickD.toggled ~ .sub-sub-menu,
.toggled .sub-sub-menu {
  display: block;
  top: 0;
  background: #252981;
}
/* Initially hide the submenu */
.menu-item-has-children > ul.sub-sub-menu {
    position: absolute;
  display: none;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  left: 100%;
  top: 0;
  box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
  padding-bottom: 10px;
  background: #fff;
}


.sub-a:hover {
  color: #D4AF37 !important;
}
._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 10px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #D4AF37;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
  margin-left: 0px;
}
.navbar .navbar-nav > li:last-child a {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
}
.navbar .navbar-nav > li:last-child a:hover {
  background-color: #D4AF37;
  color: #fff;
}
.navbar .navbar-nav > li:last-child a:hover {
  background-color: #D4AF37;
  color: #fff;
}
.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: #D4AF37;
}

.navbar li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 0 18px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  text-transform: capitalize;
}

.navbar li.active a {
  color: #D4AF37;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li::after {
  position: absolute;
  width: 100%;
  bottom: -15px;
  height: 3px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #D4AF37;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li:hover::after {
  transform: translate(-50%) scale(1);
}

/* SideBar */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar img {
    width: 75%;
}
    
.sidebar p {
  color: #fff;
  padding-left: 15px;
  padding-top: 15px;
}
.sidebar .sidefb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

/* SideBar */
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .clickE i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
  .menu-item-has-children > ul.sub-sub-menu{
    position: relative;
    left: 0;
    box-shadow: none;
    background: none !important;
  }
  .sub-sub-menu li a {
    color: white !important;
    margin-left: 5px;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
}

.navbar li a:hover {
  color: #D4AF37;
}

.navbar li a.active {
  color: #D4AF37;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

@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;
  }
  .navbar-toggler-clbtn {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .clickE i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 285px;
    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: #D4AF37;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #D4AF37;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #D4AF37;
  }
  .navbar .sub-menu li:hover a {
    color: #D4AF37;
    border-color: #D4AF37;
  }
  .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;
  }
  /* Show the submenu when hovering over the parent item */
.menu-item-has-children:hover > .sub-sub-menu {
  display: block;
}
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #000000;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #D4AF37;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #D4AF37;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #D4AF37;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #D4AF37;
  }
  .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
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 0 80px;
}
.banner .leftcap {
  height: 100%;
  padding: 100px 0;
}
.banner .leftcap h1 {
  text-transform: capitalize;
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  color: #ffffff;
  padding-bottom: 25px;
}
.banner .leftcap p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 25px;
  width: 75%;
}
.banner .leftcap a {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
  background-color: #fff;
  color: #D4AF37;
}
.banner .leftcap a:hover {
  background-color: #D4AF37;
  color: #fff;
}
.banner .leftcap ul.bncon {
  display: flex;
  padding-bottom: 35px;
}
.banner .leftcap ul.bncon li {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.banner .leftcap ul.bncon li img {
  padding-right: 10px;
  filter: brightness(0) invert(2);
}
.banner .leftcap ul.bncon li a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration-line: underline;
  background-color: transparent;
  padding: 0;
  text-transform: none;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(10 10 10 / 33%);
  /*backdrop-filter: blur(2px);*/
  top: 0;
  left: 0;
}
.banner.banner.inrbanner::before {
  background-color: rgb(10 10 10 / 33%);
}
.banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105px;
  background-image: url(../images/banner-transparent-border.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  bottom: 0;
  left: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #D4AF37;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #D4AF37;
  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 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
}
.callhdr a{
 border-radius: 50%;
 padding: 10px 15px;
 color:white;
 background-color: #D4AF37;
}
@media (max-width: 576px){
  .deskform{
    display: none;
  }
  .mobileform .container{
    width: 100%;
  }
}
@media (min-width: 576px){
  .mobileform{
    display: none;
  }
}

/*********************************
    Banner section end
*********************************/
/*********************************
  Take advantege
*********************************/
.take {
  position: relative;
}
.take h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  padding-bottom: 10px;
}
.take p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  width: 48%;
  margin: auto;
  padding-bottom: 40px;
}
.take .effort {
  padding: 40px 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(212, 175, 55, 0.5);
  display: flex;
  height: 100%;
}
.service-areas-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(212, 175, 55, 0.5);
  height: 100%;
}
.take .effort .cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.take .effort .cap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 10px;
}
.take .effort .cap p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin: 0 !important;
  width: 95%;
  padding-bottom: 0;
}
.take .effort .iconbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.take .effort .iconbox img {
  width: auto;
  max-width: none;
  margin: auto;
}
.sac-img img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  object-fit: cover;
  height: 260px;
  
}
.sac-content{
  margin: 20px 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
  color: #000;
}
.sac-content h3{
  font-size: 1.5rem !important;
  font-weight: 500;
}
.sac-content p{
  width: 100% !important;
  margin: 0px;
  padding: 10px 30px !important;
  font-size: 16px !important;
}
.sac-content-single{
  margin: 20px 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-around;
  color: #000;
}
.sac-content-single h3{
    margin: 10px 0;
    color: #000;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.sac-content-single p{
  width: 100% !important;
  margin: 0px;
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: 28px !important;
}
.sac-btn {
  align-items: center;
  text-align: center;
}
.sac-btn .btn-quote {
    background-color: #d4af37;
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.sac-btn .btn-quote:hover {
    background-color: #bf9d2f;
}
.take::before {
  position: absolute;
  content: "";
  background-image: url(../images/take_after2.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 518px;
  height: 588px;
  opacity: 60%;
  top: 15%;
  right: 5%;
  z-index: -1;
}
.take::after {
  position: absolute;
  content: "";
  background-image: url(../images/take_after1.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  width: 1200px;
  height: 100%;
  opacity: 50%;
  top: 0;
  right: 0;
  z-index: -1;
}

.take_two .leftcap h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  padding-bottom: 25px;
}
.take_two .leftcap p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  color: #000000;
  width: 80%;
  margin: 0 !important;
}
.take_two .rightimg {
  height: 410px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.take_two .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.take_two .rightimg::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #D4AF37;
}
.take_two .rightimg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: linear-gradient(0deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);*/
}

/*********************************
  Take advantege
*********************************/
/*********************************
  Service we provide
*********************************/
.serv_prov {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.serv_prov h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #000000;
  text-align: center;
}
.serv_prov p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  width: 77%;
  margin: auto;
  color: #000000;
}
.serv_prov .servoutr {
  padding-bottom: 50px;
}
.serv_prov .servoutr .servbox {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.serv_prov .servoutr .servbox .imgbox {
  height: 200px;
  position: relative;
}
.serv_prov .servoutr .servbox .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.serv_prov .servoutr .servbox .capsec {
  padding: 15px;
  position: relative;
  height: 265px;
}
.serv_prov .servoutr .servbox .capsec h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-align: left;
  text-transform: capitalize;
}
.serv_prov .servoutr .servbox .capsec p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.serv_prov .servoutr .servbox .capsec a.arrow {
  width: 40px;
  height: 40px;
  background-color: #D4AF37;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 1;
  transition: 0.5s;
}
.serv_prov .servoutr .servbox .capsec a.arrow:hover {
  background-color: #000000;
}
.serv_prov .servoutr .servbox .capsec::after {
  position: absolute;
  content: "";
  background-image: url(../images/capsec_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 168px;
  left: 0;
  bottom: 0;
}
.serv_prov .servoutr .servbox:hover .imgbox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);
}
.serv_prov .slick-prev {
  bottom: -122px;
  top: auto;
  left: 40%;
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.serv_prov .slick-prev::before {
  content: "";
}
.serv_prov .slick-prev:hover {
  background-color: #fff;
}
.serv_prov .slick-next {
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: auto;
  left: 58%;
  bottom: -122px;
}
.serv_prov .slick-next:hover {
  background-color: #fff;
}
.serv_prov .slick-next::before {
  content: "";
}
.serv_prov .slick-next:hover {
  background-color: #fff;
}
.serv_prov .slick-dots {
  bottom: -100px;
}
.serv_prov .slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.serv_prov .slick-dots li button::before {
  display: none;
  content: "";
}
.serv_prov .slick-dots li.slick-active {
  margin-right: 10px;
  background-color: #000000;
  width: 30px;
  border-radius: 30px;
}

/*********************************
  Service we provide
*********************************/
/*********************************
  fleets we provide
*********************************/
.fletoutr_prov {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(212, 175, 55, 0.25) 100%);
  padding-bottom: 170px;
}
.fletoutr_prov h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  padding-bottom: 45px;
  text-align: center;
}
.fletoutr_prov p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  width: 80%;
  padding-bottom: 30px;
}
.fletoutr_prov .outr .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 265px; */
  position: relative;
  z-index: 1;
}
/* .fletoutr_prov .outr .imgbox img {
  width: 60%;
} */
.fletoutr_prov .outr .fleetbox {
  padding: 15px;
  position: relative;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: -100px;
  margin-bottom: 10px;
  background-color: #fff;
}
.fletoutr_prov .outr .fleetbox h3 {
  padding-top: 70px;
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2.56px;
  padding-bottom: 20px;
}
.fletoutr_prov .outr .fleetbox .tablebox {
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 2px;
  padding-bottom: 20px;
}
.fletoutr_prov .outr .fleetbox .tablebox ul li {
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.fletoutr_prov .outr .fleetbox .tablebox ul li span {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.fletoutr_prov .outr .fleetbox .tablebox ul li span img {
  padding-right: 10px;
}
.fletoutr_prov .outr .fleetbox .tablebox ul.hour {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.fletoutr_prov .outr .fleetbox .tablebox ul.hour li {
  padding: 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
}
.fletoutr_prov .outr .fleetbox .tablebox ul.hour li span {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15px;
  border-right: 1px solid #000000;
  padding: 0 10px;
}
.fletoutr_prov .outr .fleetbox .tablebox ul.hour li span:last-child {
  border: 0;
}
.fletoutr_prov .outr .fleetbox .tablebox a {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  background-color: #D4AF37;
  border-radius: 50px;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.5s;
  margin-left: 5px;
  width: 98%;
}
.fletoutr_prov .outr .fleetbox .tablebox a:hover {
  background-color: #000000;
}
.fletoutr_prov .slick-prev {
  bottom: -122px;
  top: auto;
  left: 40%;
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.fletoutr_prov .slick-prev::before {
  content: "";
}
.fletoutr_prov .slick-prev:hover {
  background-color: #fff;
}
.fletoutr_prov .slick-next {
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: auto;
  left: 58%;
  bottom: -122px;
}
.fletoutr_prov .slick-next:hover {
  background-color: #fff;
}
.fletoutr_prov .slick-next::before {
  content: "";
}
.fletoutr_prov .slick-next:hover {
  background-color: #fff;
}
.fletoutr_prov .slick-dots {
  bottom: -100px;
}
.fletoutr_prov .slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.fletoutr_prov .slick-dots li button::before {
  display: none;
  content: "";
}
.fletoutr_prov .slick-dots li.slick-active {
  margin-right: 10px;
  background-color: #000000;
  width: 30px;
  border-radius: 30px;
}

.counter_new {
  width: 100%;
  display: block;
  padding: 40px 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.counter_new span {
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.h3todiv div {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-align: left;
}
.brandimgs {
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
}
.counter_new .count-up {
  border-right: 1px solid #ebebeb;
}
.counter_new .counter-count {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #000000;
  text-align: center;
  display: inline-block;
}
.rating {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #000000;
  display: inline-block;
}
.rating i{
    color: gold; /* Color for filled stars */
    font-size: 30px; /* Size of the stars */
}
.counter_new h6 {
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  font-weight: normal;
}

/*********************************
  fleets we provide
*********************************/
/*********************************
  app sec
*********************************/
.app {
  margin-top: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 124px 0;
  margin-bottom: 70px;
}
.app .cap h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  color: #000000;
  padding-bottom: 30px;
  text-align: left;
}
.app .cap p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  padding-bottom: 30px;
}
.app .cap ul.btnapp {
  display: flex;
}
.app .cap ul.btnapp li {
  margin-right: 15px;
}
.app .cap ul.btnapp li a img {
  width: auto;
}
.app .cap ul.btnapp li:last-child {
  margin-right: 0;
}
.app .mockup {
  padding-left: 50px;
}
.app .mockup img {
  position: absolute;
  top: -275px;
  z-index: 1;
  width: auto;
  text-align: left;
}

/*********************************
  app sec
*********************************/
/*********************************
  Testmonial sec
*********************************/
.customer h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  padding-bottom: 40px;
}
.customer .user {
  display: flex;
  height: 100%;
}
.customer .user .userpic {
  position: absolute;
  /* background-color: #D9D9D9; */
  width: 10%;
  /* padding: 50px 0; */
  top: 25%;
  z-index: 1;
}
.customer .user .userpic img {
  width: auto;
  margin: 0px auto;
  display: block;
}
.customer .user .usercap {
  position: relative;
  margin: 20px 0;
  margin-left: -15px;
  background: rgba(233, 213, 150, 0.3);
}
.customer .user .usercap p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  padding: 40px;
  padding-left: 80px;
  padding-top: 65px;
  min-height: 400px;
}
.customer .user .usercap::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background-image: url(../images/testimonial-after.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  width: 55px;
  height: 55px;
  filter: brightness(1) invert(1);
}
.customer-slider .slick-dots {
  bottom: -20px;
}
/*********************************
  Testmonial sec
*********************************/
/*********************************
  pages sec
*********************************/
.fleet-icon-list{
        display: flex;
        align-items: center;  /* Ensures items are vertically centered */
        gap: 2rem; /* Space between items */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fleet-icon-item{
        display: flex;
        align-items: center;
        font-size: 1rem;
        color: #333;
    }
    .fleet-icon-item i {
        margin-right: 8px;
        font-size: 1.5rem;
        color: #d4af37; /* Green color for icons */
    }
    .fleet-icon-item span {
        font-size: 1rem;
    }
    @media (max-width: 768px) {
    .fleet-icon-list {
      flex-wrap: wrap;  /* Allow items to wrap on small screens */
      gap: 1rem;
    }

    .fleet-icon-item {
      text-align: center;
    }
    .faq-container {
    display: flex;
    flex-wrap: wrap;
    }
    .sac-img{
    height: 210px;
    }
    .sac-img img{
    height: 210px;
    }
}
    
/*********************************
  pages sec
*********************************/

/*********************************
    Contact us
*********************************/
.contactus {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-attachment: fixed;
  position: relative;
}
.contactus .cap {
  position: relative;
  z-index: 1;
}
.contactus .cap div {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: 0.96px;
  padding-bottom: 20px;
}
.contactus .cap a {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
  background-color: #fff;
  margin: 0px auto;
  display: table;
}
.contactus .cap a:hover {
  background-color: #D4AF37;
  color: #fff;
}
.contactus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

/*********************************
    Contact us
*********************************/
/*********************************
    Footer section start
*********************************/
footer {
  background-color: #D4AF37;
  padding: 70px 0;
}
footer .foot_logo {
  padding-bottom: 25px;
  display: block;
}
footer .foot_logo img {
  filter: brightness(0) invert(1);
  width:150px !important;
}
footer p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  color: #fff;
  padding-bottom: 40px;
}
footer ul.foot_socl {
  display: flex;
}
footer ul.foot_socl li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
footer ul.foot_socl li a {
  color: #000000;
  transition: 0.5s;
  font-size: 25px;
}
footer ul.foot_socl li a:hover {
  color: #fff;
  transform: rotate(360deg);
}
.footerh4 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  /* padding-bottom: 16px; */
  text-transform: capitalize;
  /* padding-top: 40px; */
  position: relative;
}
footer ul {
  padding-top: 20px;
}
footer ul li {
  display: flex;
}
footer ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  text-transform: capitalize;
}
footer ul li a img {
  padding-right: 10px;
  filter: brightness(0);
}
footer ul li a.bknow {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
  margin-top: 15px;
  width: 70%;
  background-color: #fff;
  transition: 0.5s;
}
footer ul li a.bknow:hover {
  background-color: #D4AF37;
  color: #fff;
}
footer ul li a.bknow:hover {
  background-color: #000000;
}
footer ul li a:hover {
  color: #fff;
}
footer .footcol {
  padding-left: 60px;
}
footer .footcol.servp {
  padding-left: 0px;
}

.copy {
  padding: 15px 0;
  background-color: #000000;
}
.copy p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
}
.copy p a {
  color: #fff !important;
}
.copy p a img {
  max-width: initial;
  display: inline;
}

/*********************************
    Footer section end
*********************************/
/* Inner Pages */
/* 29.05.24 */
.banner.inrbanner::after {
  height: 150px;
}

.take.abttake {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(212, 175, 55, 0.25) 100%);
}
.take.abttake::before {
  display: none;
}
.take.abttake::after {
  display: none;
}

.serv_prov.abt_serv {
  position: relative;
  background-image: none !important;
}
.serv_prov.abt_serv::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-servive-after.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 100%;
  height: 1600px;
  top: 0;
  left: 0;
  z-index: -1;
}
.serv_prov.abt_serv::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-servive-after2.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  z-index: -1;
}

.fletoutr_prov.abtserv {
  background: none !important;
}

.fletoutr_prov.fleet_min {
  position: relative;
  background: none;
  padding-bottom: 70px;
}
.fletoutr_prov.fleet_min::before {
  position: absolute;
  content: "";
  background-image: url(../images/fleet-main-after1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  left: -1%;
  top: 30%;
  width: 100%;
  height: 100%;
}
.fletoutr_prov.fleet_min::after {
  position: absolute;
  content: "";
  background-image: url(../images/fleet-main-after2.webp);
  background-repeat: no-repeat;
  background-size: 50% 60%;
  background-position: right;
  right: -10%;
  top: -18%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fletoutr_prov.fleet_min .tablebox {
  padding-bottom: 0 !important;
}
.fletoutr_prov.fleet_min .mainhour {
  display: flex;
  align-items: center;
}
.fletoutr_prov.fleet_min .mainhour ul {
  width: 50%;
  border-right: 1px solid #000000;
}
.fletoutr_prov.fleet_min .mainhour ul li {
  display: block;
  padding: 10px 0;
}
.fletoutr_prov.fleet_min .mainhour ul li:last-child {
  border: 0;
}
.fletoutr_prov.fleet_min .mainhour ul.bknbtn {
  border-right: 0;
}
.fletoutr_prov.fleet_min .mainhour ul.bknbtn li {
  border: 0;
}
.fletoutr_prov.fleet_min .mainhour ul.bknbtn li a {
  width: auto;
}

.bestch.roatat_fleet {
  background-color: transparent;
}
.bestch.roatat_fleet .rightimg.cenimg {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestch.roatat_fleet:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.bestch.roatat_fleet:nth-child(even) .row {
  flex-direction: row;
}
.bestch.roatat_fleet .fleet_des {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestch.roatat_fleet .fleet_des li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  box-shadow: none !important;
  margin-right: 10px;
}
.bestch.roatat_fleet .fleet_des li .icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.bestch.roatat_fleet .fleet_des li span {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.16px;
  padding: 10px 0;
}
.bestch.roatat_fleet .fleet_des li:last-child {
  margin-right: 0;
}

.two_we {
  position: relative;
}
.two_we .carbox {
  width: 100%;
}
.two_we .carbox img {
  width: 100%;
}
.two_we::before {
  position: absolute;
  content: "";
  background-image: url(../images/fleet-single-after2.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.two_we .capct {
  padding-left: 50px;
}
.two_we .capct h2 {
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-align: left;
  padding-bottom: 25px;
}
.two_we .capct p {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  text-align: left;
  padding-bottom: 50px;
}
.two_we .capct a {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
}
.two_we .capct a:hover {
  background-color: #D4AF37;
  color: #fff;
}

.serv_prov.main {
  position: relative;
}
.serv_prov.main .servoutr {
  padding-bottom: 0;
}
.serv_prov.main::before {
  position: absolute;
  content: "";
  background-image: url(../images/service_main-before.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.blogoutr .outrbod {
  border-radius: 16px;
  border: 0.5px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}
.blogoutr .outrbod .blogimg {
  height: 260px;
  position: relative;
  margin-bottom: 15px;
}
.blogoutr .outrbod .blogimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blogoutr .outrbod .blogimg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);
}
.blogoutr .outrbod .capct h4 {
  color: #D4AF37;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.blogoutr .outrbod .capct p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  padding-bottom: 15px;
}
.blogoutr .outrbod .capct a {
  color: #D4AF37;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}
.blogoutr .outrbod .capct a:hover {
  color: #000000;
}
.blogoutr .sidebar_blog .itfild {
  margin-bottom: 50px;
}
.blogoutr .sidebar_blog .itfild form {
  width: 100%;
  display: flex;
}
.blogoutr .sidebar_blog .itfild input[type=search] {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #9B9B9B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 10px 90px 10px 30px;
  outline: none;
  border: none;
  width: 90%;
}
.blogoutr .sidebar_blog .itfild button {
  border-radius: 16px;
  background: #D4AF37;
  width: 82px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  color: #fff;
  margin-left: -83px;
}
.blogoutr .sidebar_blog .blogbar {
  padding-bottom: 50px;
  display: flex;
}
.blogoutr .sidebar_blog .blogbar .bgimgbox {
  position: relative;
  min-width: 130px;
  height: 130px;
  overflow: hidden;
}
.blogoutr .sidebar_blog .blogbar .bgimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.blogoutr .sidebar_blog .blogbar .bgimgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.6) 0%, rgba(212, 175, 55, 0.6) 100%);
}
.blogoutr .sidebar_blog .blogbar .democap {
  padding-left: 15px;
}
.blogoutr .sidebar_blog .blogbar .democap p {
  padding-bottom: 24px;
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
}
.blogoutr .sidebar_blog .blogbar .democap ul li {
  padding-bottom: 24px;
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
}
.blogoutr .sidebar_blog .blogbar .democap ul li img {
  padding-right: 10px;
}

.blogoutr .detil span {
  padding-bottom: 30px;
  color: #616161;
  font-size: 20.108px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.9%;
  letter-spacing: 1.005px;
  text-transform: uppercase;
  display: block;
}
.blogoutr .detil h4 {
  color: #1C1C1C;
  font-size: 30.162px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
  width: 80%;
  padding-bottom: 30px;
}
.blogoutr .detil p {
  color: #000000;
  font-size: 20.108px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.675px;
}
.blogoutr .detil .bigimgbox {
  margin-top: 70px;
  position: relative;
  margin-bottom: 50px;
}
.blogoutr .detil .bigimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogoutr .detil .bigimgbox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5.027px;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.6) 0%, rgba(212, 175, 55, 0.6) 100%);
}
.blogoutr .high .lefthigh {
  position: relative;
}
.blogoutr .high .lefthigh img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogoutr .high .lefthigh::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #D4AF37;
}
.blogoutr .high .righthigh {
  padding-left: 30px;
}
.blogoutr .high .righthigh h5 {
  color: #454545;
  font-size: 22.621px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.131px;
  padding-bottom: 30px;
}
.blogoutr .high .righthigh p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  width: 100%;
  text-align: left;
}

.sidebar_blog.sidebar_single {
  border-radius: 8px;
  background: #FFEEF2;
  padding: 10px;
}
.sidebar_blog.sidebar_single h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.418px;
  padding-bottom: 20px;
}
.sidebar_blog.sidebar_single .blogbar {
  border-radius: 12px;
  background: #FFF;
  padding: 10px;
  margin-bottom: 15px;
}

p.fullp {
  color: #454545;
  font-size: 20.108px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.418px;
  width: 85%;
}

.blogoutr.blg_sing {
  margin-top: -300px;
}

.operate {
  position: relative;
}
.operate h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  padding-bottom: 40px;
}
.operate .bookoutr {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 35px;
  height: 100%;
  border-radius: 11.907px;
  transition: 0.5s;
}
.operate .bookoutr .icon {
  text-align: left;
  padding-bottom: 30px;
  justify-content: flex-start;
}
.operate .bookoutr .icon img {
  width: auto;
}
.operate .bookoutr h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
  text-align: left;
}
.operate .bookoutr p {
  color: #A0A0A0;
  font-size: 16.669px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
}
.operate .bookoutr:hover {
  background: linear-gradient(135deg, #E5C482 0%, #D4AF37 100%);
  box-shadow: 0px 4.763px 7.144px 1.191px rgba(166, 166, 166, 0.25);
}
.operate .bookoutr:hover .icon img {
  filter: brightness(0) invert(1);
}
.operate .bookoutr:hover h3 {
  color: #fff;
}
.operate .bookoutr:hover p {
  color: #fff;
}

.take.sersintake .rightimg::after {
  display: none;
}
.take.sersintake .rightimg::before {
  border-radius: 15px;
}
.take.sersintake::before {
  display: none;
}
.take.sersintake::after {
  display: none;
}
.take.sersintake .leftcap {
  padding-left: 50px;
}
.take.sersintake .leftcap h2 {
  padding-bottom: 40px;
}
.take.sersintake .leftcap p {
  font-size: 19.051px;
}
.take.sersintake .leftcap ul li {
  display: flex;
  padding-bottom: 30px;
}
.take.sersintake .leftcap ul li .num {
  color: #D4AF37;
  font-size: 21.432px;
  font-weight: 700;
  line-height: 143.9%;
  padding-right: 15px;
}
.take.sersintake .leftcap ul li .cap b {
  color: #000000;
  color: #000;
  font-size: 21.432px;
  font-weight: 700;
  line-height: 143.9%;
  padding-bottom: 15px;
}
.take.sersintake .leftcap ul li .cap p {
  font-size: 19.051px;
  font-weight: 400;
  line-height: 143.9%;
  padding-bottom: 0;
}

span.airport {
  color: #616161;
  font-size: 19.051px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.9%;
  letter-spacing: 0.953px;
  padding-bottom: 15px;
  display: block;
}

.serv_prov.main .servoutr .servbox {
  height: 460px;
  position: relative;
}
.serv_prov.main .servoutr .servbox .capsec {
  position: initial;
  height: 100%;
}
.serv_prov.main .servoutr .servbox .capsec p {
  position: relative;
  z-index: 1;
}
.serv_prov.main .servoutr .servbox .capsec::after {
  bottom: 0;
}

.banner.inrbanner {
  margin-top: -3px;
}

.serv_prov.main .servoutr .servbox .imgbox img {
  -o-object-position: top;
     object-position: top;
     border-radius: 16px 16px 0px 0px;
}

.formfild .formput {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);
  padding: 80px 90px;
}
.formfild .formput h3 {
  color: #D4AF37;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.93px;
  padding-bottom: 20px;
}
.formfild .formput label {
  display: block;
  padding-bottom: 15px;
  color: #D4AF37;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formfild .formput input {
  border-radius: 15px;
  border: 0.5px solid #797979;
  background: #FFF;
  padding: 22px 15px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.formfild .formput textarea {
  height: 190px;
  padding: 20px 15px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  background: #FFF;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.formfild .formput button {
  background-color: #D4AF37;
  border-radius: 15px;
  padding: 23px 0;
  width: 100%;
  transition: 0.5s;
  outline: none;
  border: 0;
  color: #fff;
}
.formfild .formput button:hover {
  background-color: #000000;
}
.formfild .formbnr {
  height: 100%;
  border-radius: 16px 0px 0px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formfild .formbnr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);
}
.formfild .formbnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.formfild .formbnr img.con_logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  left: 50%;
  right: 0;
  margin: auto;
}

.mapsec {
  border-radius: 15px;
  height: 100%;
  position: relative;
  border-radius: 15px;
}
.mapsec iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  z-index: 1;
  position: relative;
}
.mapsechome{
  border-radius: 15px;
  height: 300px;
  position: relative;
  border-radius: 15px;
}
.mapsechome iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  z-index: 1;
  position: relative;
}

.banner.inner_con_bnr {
  margin-bottom: 50px;
  overflow: hidden;
}
.banner.inner_con_bnr::before {
  bottom: -60px;
}


/* 29.05.24 */
/*  */
.service_mainv h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}
.service_mainv p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  width: 40%;
  padding-bottom: 30px;
}
.service_mainv .mainoutr .service_f {
  width: 100%;
  padding-bottom: 30px;
}
.service_mainv .mainoutr .service_f .imgbox {
  height: 350px;
  margin-bottom: 20px;
}
.service_mainv .mainoutr .service_f .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_mainv .mainoutr .service_f h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-align: center;
}

/*  */
.service_sing .leftside .bigimg {
  margin-bottom: 70px;
}
.service_sing .leftside .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_sing .leftside .cap h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
}
.service_sing .leftside .cap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-align: left;
  padding-bottom: 30px;
}
.service_sing .leftside .cap p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  padding-bottom: 50px;
  text-align: left;
  width: 100%;
  margin: 0;
}
.service_sing .rightside .selserv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.service_sing .rightside .selserv h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
}
.service_sing .rightside .selserv ul li {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.service_sing .rightside .selserv ul li a {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
  text-transform: uppercase;
}
.service_sing .rightside .selserv ul li a i {
  margin-right: 20px;
}
.service_sing .rightside .selserv ul li:hover a {
  font-weight: 700;
}
.service_sing .rightside .conbox {
  background-color: #000000;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.service_sing .rightside .conbox .text span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.service_sing .rightside .conbox .text p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  color: #fff;
  font-weight: 600;
}
.service_sing .rightside .conbox .text p a {
  color: #fff;
}

/*  */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots {
  bottom: -65px;
}
.slick-dots li {
  background-color: #D0D0D0;
  width: 30px;
  height: 15px;
  border-radius: 15px;
}
.slick-dots li button::before {
  display: none;
  content: "";
}
.slick-dots li.slick-active {
  margin-right: 10px;
  background-color: #D4AF37;
}

/*  */
.slider-box {
  margin-bottom: 0 !important;
}
.slider-box .slick-dots {
  bottom: 10px;
}
.slider-box .slick-dots li button {
  background-color: #D9D9D9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: none;
}
.slider-box .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.slider-box .slick-dots li.slick-active button {
  background-color: #D4AF37;
}
.slider-box .bigimg {
  height: 390px;
  margin: 0 15px;
}
.slider-box .bigimg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rightimg .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.leftpra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.leftpra h2 {
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-align: left;
  padding-bottom: 10px;
}
.leftpra p {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  padding-bottom: 30px;
  text-align: left;
  margin: 0;
}
.leftpra a {
  background-color: #D4AF37;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 50px;
  width: 180px;
  height: 40px;
}
.leftpra a:hover {
  background-color: #D4AF37;
  color: #fff;
}

.nav_slid {
  padding: 10px 15px;
}
.nav_slid .slider-nav {
  width: 55%;
  margin: auto;
}
.nav_slid .slider-nav .slick-track {
  transform: none;
}
.nav_slid .subimgbox.slick-slide .imgbox {
  width: 70px;
  height: 70px;
  background: #D9D9D9;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 1.2px solid #FFF;
}
.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;
}
.nav_slid .subimgbox.slick-slide .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_slid .subimgbox.slick-slide.slick-current.slick-active .imgbox {
  border-color: transparent;
}
.nav_slid .subimgbox.slick-slide.slick-current.slick-active .imgbox::before {
  background: transparent;
}
.nav_slid .slick-prev, .nav_slid .slick-next {
  width: 40px;
  height: 40px;
  background-color: #D4AF37;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -55px !important;
  transition: 0.5s;
}
.nav_slid .slick-prev::before, .nav_slid .slick-next::before {
  opacity: 1;
}
.nav_slid .slick-prev:hover, .nav_slid .slick-next:hover {
  background-color: #000000;
}
.nav_slid .slick-prev:hover img, .nav_slid .slick-next:hover img {
  filter: brightness(1) invert(1);
}
.nav_slid .slick-next {
  right: -60px;
  left: auto !important;
}

.vhiclemain .slick-slide {
  padding: 0 15px;
}

.whychos.exCar .carbox .cap p {
  font-size: 20px;
}

.whychos.exCar .slick-dots li {
  background-color: #D0D0D0;
  width: 30px;
  height: 15px;
  border-radius: 15px;
}

.whychos.exCar .slick-dots li button::before {
  content: "";
}

.whychos.exCar .slick-dots li.slick-active {
  margin-right: 10px;
  background-color: #11265E;
}

.border_ara {
  border-radius: 30px;
  border: 1px solid #F3C87A;
  background: #FFF;
  margin-bottom: 70px;
}
.border_ara .pra {
  padding: 70px;
}
.border_ara .pra h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
}
.border_ara .pra p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin: auto;
  text-align: left;
  margin: 0;
}

/*  */
.contctus_main .mapbox {
  height: 100%;
}
.contctus_main .mapbox iframe {
  width: 100%;
  height: 100%;
}
.contctus_main .formfild {
  padding-left: 30px;
}
.contctus_main .formfild h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.93px;
  padding-bottom: 15px;
}
.contctus_main .formfild label {
  font-size: 18px;
  font-weight: 500;
  color: #A6A6A6;
  padding-bottom: 10px;
  display: block;
}
.contctus_main .formfild input {
  margin-bottom: 20px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 21px 15px;
  width: 100%;
}
.contctus_main .formfild input {
  margin-bottom: 20px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 21px 15px;
  width: 100%;
}
.contctus_main .formfild textarea {
  margin-bottom: 20px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 20px 15px;
  width: 100%;
  height: 192px;
}
.contctus_main .formfild button[type=submit] {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  outline: none;
  border: none;
  width: 100%;
  background: #D4AF37;
  transition: 0.5s;
  padding: 20px 10px;
  text-align: center;
}
.contctus_main .formfild button[type=submit]:hover {
  background-color: #000000;
}
.contctus_main .addresbox {
  margin-top: 50px;
  padding: 26px 85px;
  background-color: #2B2B2B;
  border-radius: 15px;
}
.contctus_main .addresbox .conaddress {
  display: flex;
}
.contctus_main .addresbox .conaddress span {
  color: #B1B1B1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  padding-bottom: 3px;
  display: block;
  text-transform: capitalize;
}
.contctus_main .addresbox .conaddress .icon {
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(223, 212, 154, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contctus_main .addresbox .conaddress ul {
  padding-left: 10px;
}
.contctus_main .addresbox .conaddress ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
}

/* Inner Pages */
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 80px;
  padding: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #D4AF37;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #000000;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #D4AF37;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
  filter: brightness(0) invert(1);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader *//*# sourceMappingURL=style.css.map */

/* fixed whats app start here */
.whatsapp-container{
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position:fixed;
  right:20px;
  bottom:15px;
  z-index: 7;
}

/* New css 14/10/2024 */
.take_two .ride {
  background-color: #D4AF37;
  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 40px;
}
.take_two .ride:hover {
  background-color: #000;
}
.section-head {
  margin-bottom: 20px;
}
.section-head h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 62.4px;
  margin-bottom: 20px !important;
}
.section-head p {
  text-align: center;
}
.feat .item {
  background: #fff;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow:0 0px 25px rgba(212, 175, 55, 0.3);
  box-shadow:0 0px 25px rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  border:5px solid #D4AF37;
  margin-bottom: 20px;
  height: 95%;
  transition: all 0.5s ease;
}
.feat .item h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.feat .item:hover{
  background:#000;
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.feat .item:hover .item, .feat .item:hover span.icon{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.feat .item:hover h6, .feat .item:hover p{
  color:#fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.feat .item .icon {
  font-size: 40px;
  margin-bottom:25px;
  color: #000;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.feat .item .feature_box_col{
  background:rgba(212, 175, 55, 0.5);
  color:#000;
}
.feat .item p{
  font-size:15px;
  line-height:26px;
}
.feat.item h6 {
  margin-bottom:20px;
  color:#2f2f2f;
  font-size: 20px;
  font-weight: 700;
}
.feat .item:hover .feature_box_col i {
  color: #D4AF37;
}
/********************************
	/* Service + Vehicles Single Pages CSS */
.main-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

/* Child Container 1 (Left Column) */
.child-container.left {
    width: 28%;
}

/* Box 1 */
.box.box-1 {
    margin-bottom: 10px;
    position: static;
}

/* Box 2 */
.box.box-2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Child Container 2 (Right Column) */
.child-container.right {
    width: 70%;
}

/* Row 1 */
.row.row-1 {
    background-color: #fdffb6; /* Light Yellow */
    padding: 20px;
    margin-bottom: 10px;
}

/* Row 2 */
.row.row-2 {
    background-color: #caffbf; /* Light Green */
    padding: 20px;
    margin-bottom: 10px;
}

/* Divider Line */
hr.divider-line {
    border: 1px solid #ccc;
    margin: 20px 0;
}

/* Row 3 */
.row.row-3 {
    background-color: #9bf6ff; /* Light Blue */
    padding: 20px;
    margin-bottom: 10px;
}

/* Row 4 */
.row.row-4 {
    background-color: #a0c4ff; /* Light Purple */
    padding: 20px;
}

/* Sidebar Widget Container */
.sidebar-widget.categories-widget {
position: static;
    background-color: #fff; /* White background */
    border: 1px solid #ddd; /* Light border around the widget */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for a lifted effect */
    padding: 32px; /* Padding inside the widget */
    margin-bottom: 30px; /* Space below the widget */
}

/* Widget Title */
.sidebar-title h4 {
    font-size: 32px; /* Size of the title */
    font-weight: 600; /* Bold font weight */
    color: #333; /* Dark text color */
    margin-bottom: 15px; /* Space below the title */
    text-transform: uppercase; /* Make title text uppercase */
    border-bottom: 2px solid #d4af37; /* Underline the title with a blue line */
    padding-bottom: 8px; /* Padding below the title */
    position: relative;
}

/* Blog Categories List */
.blog-cat {
    list-style: none; /* Remove bullet points */
    padding-left: 0; /* Remove left padding */
    margin: 0; /* Remove margin */
}

/* Category List Items */
.blog-cat li {
    margin-bottom: 12px; /* Space between list items */
    margin-top: 12px;
    background-color: #f9f9f9; /* Light gray background for each box */
    border-radius: 6px; /* Rounded corners for each box */
    overflow: hidden; /* Ensure content stays within rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Category Links */
.blog-cat li a {
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Default dark color */
    font-size: 20px; /* Font size for list items */
    border-left: 5px solid;
    font-weight: 500; /* Medium font weight */
    padding: 15px; /* Padding around the text */
    display: block; /* Make links block elements for easier clicking */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth color transition on hover */
}

/* Category Box Hover Effects */
.blog-cat li:hover {
    transform: translateY(-5px); /* Lift the box slightly on hover */
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15); /* Add a shadow for depth */
}

/* Hover effect for the links */
.blog-cat li a:hover {
    background-color: #d4af37; /* Blue background on hover */
    color: #fff; /* White text color on hover */
    border-left: 5px solid #fff; /* Add a white left border for emphasis */
}
.arrow-icon-bl {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
}

.icon-bl {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d4af37; /* Blue background */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.icon-bl::before {
  content: '→';  /* Arrow symbol */
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.arrow-icon-bl:hover .icon {
  background-color: #2980b9; /* Darker blue on hover */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); /* Slightly darker shadow */
}
/* Optional: Add some spacing at the bottom */
.sidebar-widget.categories-widget:last-child {
    margin-bottom: 0; /* Remove bottom margin for the last widget */
}

/* Widget Container */
.widget-inner {
    background-color: #d4af37; /* White background */
    padding: 32px; /* Padding around the content */
}

/* Widget Title */
.widget-inner h3 {
    font-size: 32px; /* Title font size */
    font-weight: bold; /* Bold font weight */
    color: #fff; /* Dark color for the title */
    margin-bottom: 10px; /* Space below the title */
    text-transform: uppercase; /* Uppercase for the title */
}


/* Subheading Text */
.widget-inner .title-widget-inner {
    font-size: 18px; /* Font size for the subheading */
    color: #fff; /* Lighter gray color */
    margin-bottom: 10px; /* Space below the subheading */
}

/* Phone and Email Links */
.widget-inner .email {
    display: block; /* Display links as block elements */
    font-size: 16px; /* Font size for the links */
    font-weight: 400; /* Medium font weight */
    color: #ffffff; /* Blue color for the links */
    text-decoration: none; /* Remove underline */
    margin-bottom: 10px; /* Space between the links */
}
/* Phone and Email Links */
.widget-inner .phone {
    display: block; /* Display links as block elements */
    font-size: 36px; /* Font size for the links */
    font-weight: 700; /* Medium font weight */
    color: #ffffff; /* Blue color for the links */
    text-decoration: none; /* Remove underline */
    margin-bottom: 12px; /* Space between the links */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth color and hover effect */
}

/* Phone Link Hover Effect */
.widget-inner .phone:hover {
    color: #000000; /* Darker blue for phone on hover */
    transform: translateX(5px); /* Slight movement on hover */
}

/* Email Link Hover Effect */
.widget-inner .email:hover {
    color: #000000; /* Darker blue for email on hover */
    transform: translateX(5px); /* Slight movement on hover */
}

/* Optional: Add spacing below the last widget */
.widget-inner:last-child {
    margin-bottom: 0; /* No margin for the last widget */
}
/* Divider Line help */
hr.divider-line-help {
    border: 1px solid #fff;
    margin: 20px 0;
    width: 20%;
}
/* General Service Detail Styles */
.service-detail-container {
    background-color: #fff;
}

.service-detail-wrapper {
    border-radius: 8px;
}
.row-service-image {
	width: 100%;
    /*background-image: url(<?=$_baseurl?>assets/images/wedding-service-image.webp);*/
    /*background-size: cover;*/
    /*background-position: bottom center;*/
    /*background-repeat: no-repeat;*/
    border-radius: 10px;
}


/* Image Section */
.service-images .service-image-column {
    margin-bottom: 20px;
}
.image-box img {
    /*height: 500px;*/
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Text Content */
.service-description h2.service-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 5px;
text-align: start;
}

.service-description .service-text {
    font-size: 19.051px;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
}
.service-text-query {
    font-weight: 700;
}
/* Two-column Layout */
.service-columns .service-column {
    padding: 15px;
} 
.service-columns img {
    border-radius: 10px;
    height: 450px;
    width: 100%;
    object-fit: cover;
    align-items: center;
    
}

/* List Styles */
.service-list {
    list-style: disc inside;
    padding-left: 20px;
    line-height: 1.6em;
}

.service-list li {
    font-size: 19.051px;
    color: #333;
    margin-bottom: 8px;
}

/* Featured Services */
.service-featured {
    margin-top: 30px;
}

.service-feature {
    margin-bottom: 20px;
}

.service-feature-inner {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-feature-inner:hover {
    transform: translateY(-5px);
}

.service-feature .feature-icon {
    font-size: 36px;
    color: #2b90d9;
    margin-bottom: 15px;
}

.service-feature span a {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-feature h5 a:hover {
    color: #2b90d9;
}

/* Button Styles */
.service-buttons-sp{
    text-align: center;
    margin-top: 20px;
}
.service-buttons-sp .btn-quote {
    background-color: #d4af37;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.service-buttons-sp .btn-quote:hover {
    background-color: #bf9d2f;
}

.service-buttons-sp .btn-talk {
    display: inline-block;
    padding: 12px 20px;
    background-color: transparent;
    color: #d4af37;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #d4af37;
    border-radius: 5px;
}

.service-buttons-sp .btn-talk:hover {
    background-color: #bf9d2f;
    color: #fff;
}
/* Liverpool Pages CSS */
.sambnr {
    align-items: center;
}
.sec-lhc {
    background-color: rgba(212, 175, 55, 0.5) !important;
}
.lhc-cap h3{
    margin: 10px 0;
    color: #000;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.leftcap-bul {
    margin: 0;
    padding-left: 24px;
}

.leftcap-bul-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.leftcap-bul-item .dot {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 10px;
    flex-shrink: 0;
}

.leftcap-bul-item .text {
    line-height: 1.5;
}
.luxury-quote {
    font-style: italic;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1.6;
    font-family: 'Georgia', serif;
}
.lhc-align-item{
    justify-content: center !important;
}
.lhccap{
  text-align: center;  
}
.lhccap h2{
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  padding-bottom: 25px;
  text-align: center;
}
.contactus .lhccus {
    position: relative;
    z-index: 1;
}
.contactus .lhccus h2 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: 0.96px;
    padding-bottom: 20px;
    
}
.contactus .lhccus p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin: auto;
    width: 80%;
    padding-bottom: 30px;
}
.lhcsec2limg {
    display: flex;
    gap: 10px;
    width: 100%;
}

.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.lhcsec2con{
    margin-left: 10px;
    width: 100%;
}
.lhc-cap a{
    margin-top: 10px;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid gray;
    
}
.lhcbox{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.lhcbox-title{
    font-size: 20px;
    font-weight: bold;
}
.imgw90{
    width: 100%;
}
.lhcbox a{
    width: 350px;
}
.lhcsac-content {
    width: 100% !important;
    padding: 10px 30px !important;
}

.locations-container {
    width: 100%;
    max-width: 1200px;
}
.locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: left;
    white-space: nowrap;
}
.locations div {
    text-decoration: none;
    color: #5a4217;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.locations div::before {
    content: "🔗";
    margin-right: 8px;
}
.locations h4::before {
    content: "🔗";
    margin-right: 8px;
}
.faq-container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1400px;
}
.faq-column {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.faq-item {
    border-bottom: 1px solid #eee;
}
.faq-question {
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.faq-question::before {
    content: "▼";
    font-size: 14px;
    margin-right: 8px;
    transition: transform 0.3s;
}
.faq-question.active::before {
    transform: rotate(180deg);
}
.faq-answer {
    display: none;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
}
.imgfullheightw {
    height: 560px !important;
}

/* Liverpool Serve Responsive Design */

@media screen and (max-width: 780px) {
    .lhcsec2limg {
        display: block;
        gap: 20px;
    }
    .lhcbox{
        display: flex;
        flex-wrap: wrap;
    }
    .imgblock{
        display: none;
    }
    .imgfullheight{
        height: 100% !important;
        margin-bottom: 20px;
    }
    .phide p{
        display: none;
    }
    .flexd-cr {
        display: flex !important;
        flex-direction: column-reverse;
    }
}
    
/* Responsive Design */
@media screen and (max-width: 1200px) {
/* Change layout to column on small screens */
    .main-container {
        flex-direction: column; /* Stack the columns vertically */
    }

    /* Right column moves first */
    .child-container.right {
        order: -1; /* This ensures the right column comes before the left column */
        width: 100%; /* Take full width on mobile */
    }

    /* Left column takes full width as well */
    .child-container.left {
        width: 100%; /* Full width for left column on mobile */
        margin-bottom: 20px; /* Space between the stacked sections */
	margin-top: 30px;
    }
    .sidebar-title h4 {
    font-size: 26px;

    /* Optional: Adjust image and text sizes for smaller screens */
    .service-images .service-image-column {
        margin-bottom: 15px;
    }
    .service-description h2.service-heading {
        font-size: 24px; /* Adjust heading size on mobile */
    }

    .service-text {
        font-size: 16px; /* Adjust text size on mobile */
    }

    /* Adjust feature icons for smaller screens */
    .service-feature-inner {
        padding: 15px;
    }
    /* Adjust button sizes for smaller screens */
    .service-buttons-sp .btn-quote,
    .service-buttons-sp .btn-talk {
        padding: 10px 20px;
        font-size: 14px;
    }
}
    .service-images .service-image-column {
        margin-bottom: 15px;
    }

    .service-columns .service-column {
        padding: 10px;
    }

    .service-feature {
        margin-bottom: 20px;
    }

    .service-buttons-sp {
        text-align: center;
        display: block;
    }
    .service-buttons-sp .btn-quote{
        margin:10px;
    }
    .service-columns img {
        border-radius: 10px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .widget-inner .phone {
        font-size: 30px;
    }
  }
    /* Unique Section */
.etcx_service_areas_section {
    padding-bottom: 70px;
}

/* Unique Container */
.etcx_container {
    width: 90%;
    margin: 0 auto;
}

/* Unique Heading */
.etcx_section_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Unique Grid System */
.etcx_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.etcx_col_sm_12 {
    width: 100%;
}
.etcx_col_md_6 {
    width: 48%;
}
.etcx_col_lg_3 {
    width: 23%;
}

/* Unique City Card */
.etcx_city_card {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.etcx_city_card:hover {
    transform: translateY(-5px);
}

/* Unique Image */
.etcx_city_image {
    width: 100%;
    border-radius: 10px;
}

/* Unique Title */
.etcx_city_name {
    margin: 15px 0 10px;
    font-size: 20px;
}

/* Unique Description */
.etcx_city_description {
    font-size: 14px;
    color: #666;
}

/* Unique Button */
.etcx_city_btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.etcx_city_btn:hover {
    background: #444;
}
