@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  /* Colors: */
  --color-bfd9ef: #bfd9ef;
  --color-000000: #000000;
  --color-0a2251: #0a2251;
  --color-ffffff: #ffffff;
  --color-afadad: #afadad;
  --color-f3f3f3: #f3f3f3;

  --color-004b8b: #004b8b;
  --color-228fe3: #228fe3;

  --gold-gradient: linear-gradient(to right, #e2c479, #af9146);


  --font-family-sora: "Sora", sans-serif;
  --font-style-normal: normal;

  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-45: 45px;
  --font-size-50: 50px;
  --font-size-55: 55px;
  --font-size-60: 60px;
  --font-size-80: 80px;

  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-sora);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  line-height: normal;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

.blue {
  color: var(--color-0a2251);
}

.light-blue {
  color: var(--color-004b8b);
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-c18d02);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.orange {
  color: var(--color-ef7f1a);
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-26);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 0;
}

.main-heading {
  font-size: var(--font-size-80);

}

.inner-banner-heading {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-SemiBold);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-heading {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sub-heading {
  font-size: var(--font-size-30);
  font-weight: 600;
  color: var(--color-0a2251);
  line-height: 37px !important;
}

.sub-heading-two {
  font-size: var(--font-size-20);
  line-height: 32px !important;
}

.small-heading {
  font-size: var(--font-size-16);
  text-transform: uppercase;
  /* font-weight: bold; */
  background: linear-gradient(to right, #e2c479, #af9146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  margin-left: 8rem;
  letter-spacing: 3px;
  font-weight: 400;
}

.small-heading.blue {
  font-size: var(--font-size-16);
  text-transform: uppercase;
  /* font-weight: bold; */
  background: linear-gradient(to right, #004b8b, #021439);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  margin-left: 8rem;
  letter-spacing: 3px;
  font-weight: 400;
}


.small-heading::before {
  width: 7rem;
  content: '';
  height: 1px;
  border-radius: 100%;
  background: var(--color-bfd9ef);
  position: absolute;
  left: -8rem;
  top: 9px;
}

.common-btn {
  padding: 1rem 2.5rem !important;
  /* padding-right: 0.2rem !important; */
  border: 0.2rem solid var(--gold-gradient);
  text-transform: capitalize;
  border-radius: 10rem;
  background-color: transparent;
  font-size: var(--font-size-14);
  position: relative;
  z-index: 1;
  border-radius: 10rem;
  font-weight: 500;
  overflow: hidden;
  background: linear-gradient(to right, #e2c479, #af9146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.common-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* thickness of the border */
  background: linear-gradient(to right, #e2c479, #af9146);
  border-radius: 10rem;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: ease all 0.5s;

}

.common-btn:hover {
  padding: 0.5rem 0.8rem;
  border-radius: 2rem;
  -webkit-text-fill-color: #ffffff;
  background: #af9146;
}

.common-btn-blue {
  padding: 1rem 2.5rem !important;
  text-transform: uppercase;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Bold);
  transition: ease all 0.5s;
  background: var(--color-228fe3) !important;
  color: var(--color-ffffff) !important;
  border: transparent;
  border-radius: 2rem;

}

.common-btn-blue:hover {
  background: var(--color-0a2251) !important;
}

.common-btn-blue::after {
  display: none;
}

.common-btn-blue::before {
  display: none;
}

.link-arrow {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-SemiBold);
  position: relative;
  text-align: left;
  /* text-decoration: underline; */
  text-transform: uppercase;
  display: inline-flex;
  background: linear-gradient(to right, #e2c479, #af9146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: ease all 0.5s;

}

.link-arrow:hover {
  color: var(--color-000000);
}

.link-arrow:hover i {
  color: var(--color-000000);
  rotate: 315deg;
}


.link-arrow i {
  position: relative;
  color: var(--color-ef7f1a);
  margin-left: 1rem;
  transition: ease all 0.5s;
  background: linear-gradient(to right, #e2c479, #af9146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}




.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

/* Hide the dropdown menu initially */
.nav-item.dropdown .dropdown-menu {
  display: block;
  /* Override Bootstrap */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Show it on hover */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}


.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
  align-items: center;
  margin: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-0a2251);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Bold);
  padding-bottom: 0.5rem;
  position: relative;
  transition: color 0.5s ease;
  padding: 0;
  /* padding-bottom: .5rem; */
  margin: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition:
    ease all 0.5s;
  border-bottom: 1px solid #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-228fe3);
  border-bottom: 1px solid #228fe3;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-228fe3);

}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 9;
}

.menu-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  /* border: 1px solid #686868; */
  right: 30px;
  top: 39px;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: var(--color-ffffff);
  padding: 1rem 0;
}

.brand img {
  position: relative;
  width: 120px;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.g_header {
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  align-items: center;
  justify-content: center;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}





.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.top-social li {
  float: left;
}


.social-icon li i {
  color: var(--color-ffffff);
}

ul.top-social li i {
  /* color: var(--color-ffffff); */
  font-size: var(--font-size-16);
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: var(--color-ef7f1a);
}

ul.info-header {
  margin-left: 12%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: var(--color-ef7f1a);
}

.top-social {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.main-header.g_shrink .top-social {
  top: 0;
  display: none;
}

.info-header a {
  color: var(--color-ffffff);
  font-size: var(--font-size-14);
}

.info-header li i {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }
}

.main-header.g_shrink .menu-btn {

  right: 30px;
  top: 27px;
  /* padding-left: 3rem; */
}

.main-header.g_shrink.g_header {
  background-color: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin-top: 0;
}

.main-header.g_shrink.g_header .brand img {
  width: 70px;
}

.main-header.g_shrink.g_header .top-social {
  padding-bottom: 0;

}

.main-header.g_shrink.g_header .top-header {
  display: none;
}

.main-header.g_shrink.g_header .navbar {
  padding: 0;
}

.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    top: 39px !important;
    padding: 2rem;
  }

  .navbar-expand-lg .navbar-nav {
    margin-left: 0 !important;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 3rem;

  }

  .offcanvas-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(1);
    font-size: 1.5rem;
    padding: 2rem;
    z-index: 9;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }



  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-ffffff);
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: ease all 0.5s;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    padding: 2rem;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #000000eb;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
}


.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}

.section-space {
  padding-top: 5rem;
  padding-bottom: 5rem;

}





/* dropdown-menu */

.about-home-section {
  position: relative;
  background-color: var(--color-0a2251);
  color: var(--color-ffffff);
}

.about-home-section .row {
  display: flex;
  align-items: center;
  /* width: 95%; */
}

.about-home-section .about-left {
  margin-left: 3rem;
}

.about-home-section p {
  color: var(--color-afadad) !important;

}

.about-home-section .container {
  position: relative;
  overflow: hidden;
}

.about-page-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  background-image: url(../images/banner/about-banner.jpg);


}

.about-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-section .arrow-up {
  position: absolute;
  top: 0;
  z-index: -1;
}


.about-left h4 {
  text-transform: capitalize;
}

.about-right {
  position: relative;
}

.about-right::after {
  position: absolute;
  content: '';
  width: 120%;
  height: 400px;
  background-color: var(--color-c18d02);
  left: -40px;
  z-index: -1;
}

/* main-banner */
.banner {
  position: relative;

}

.banner img {
  height: 800px;
}

.banner .swiper-slide::before {
  content: '';
  position: absolute;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
}

.banner-slider {
  position: relative;
  /* z-index: -9; */
}

/* .banner .swiper-slide::before {
  width: 50%;
  position: absolute;
  content: '';
  background-color: #000000cc;
  height: 100%;
  top: 0;
  z-index: 9;
} */


.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-caption {
  color: var(--color-ffffff);
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  z-index: 99;
  align-items: flex-start;
  left: 0;
  position: absolute;
  /* left: 10%; */
  padding: 5rem 6rem;
  /* background-color: #004a8bd6; */
  top: 3rem;
}

.carousel-caption h1 {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);

}

.carousel-caption p {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-0a2251);
  width: 72%;
  font-size: 20px;
  line-height: 28px !important;
}

.carousel-caption .common-btn {
  background: linear-gradient(to right, #e2c479, #af9146);
  color: #ffffff !important;
  /* 👈 text color */
  -webkit-text-fill-color: #ffffff !important;
}

.carousel-caption .common-btn:hover {
  background: #ffffff;
  color: #000000 !important;
  /* 👈 text color */
  -webkit-text-fill-color: #000000 !important;
}

.carousel-caption .common-btn::before {
  display: none;
}


/* .about-us */
.contact-section {
  overflow: visible;
  font-size: var(--font-size-16);

}

.contact-section.section-space.footer-inside {
  padding: 1.5rem 0;
}

.contact-banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  background-image: url(../images/banner/contact-banner.jpg);


}

.contact-section .container {
  background-color: var(--color-c18d02);
  overflow: hidden;
  position: relative;
  z-index: 99;
  transform: none;
}

.contact-right {
  padding: 3rem;
  text-align: center;
  background-color: var(--color-ffffff);
  border-radius: 2rem;
  text-align: left;
}

.contact-left {
  width: 100%;
  color: var(--color-);
}

.contact-left p {
  color: var(--color-000000);


}

.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section hr {
  color: #ffffff;
  margin: 5rem 0;

}


.contact-box {
  margin-bottom: 1.5rem;
}

.contact-box .sub-heading-two {
  margin-bottom: 0.3rem;
}

.contact-box a {
  color: var(--color-000000);
  margin-bottom: 0.4rem;
  display: block;
}

.contact-box a:hover {
  color: var(--color-0a2251);
  text-decoration: underline;

}


.how-section {
  background-color: var(--color-004b8b);
  text-align: center;
  color: var(--color-ffffff);
}

.how-content {
  text-align: left;
}

.how-section .sub-heading-two {
  /* text-transform: uppercase; */

  font-size: var(--font-size-17);
  background: linear-gradient(to right, #e2c479, #af9146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.how-box .sub-heading-two {
  margin: 0;
  text-transform: uppercase;
  /* background: transparent; */
  -webkit-text-fill-color: var(--color-228fe3);
}

.how-content p {
  color: var(--color-bfd9ef) !important;
  font-size: var(--font-size-14);
  line-height: 18px !important;
  margin-bottom: 0;
}

.how-box {
  display: flex;

}

.how-section .row {
  align-items: center;
  justify-content: space-between;
}


.how-section .section-heading {
  padding-bottom: 0 !important;
}

.how-section p {
  color: var(--color-bfd9ef) !important;
  font-size: 14px;
}

.how-img {
  width: 30%;
  margin-right: 1rem;
}

.how-content {
  width: 70%;
}

.how-img img {
  width: 6rem;
  background-color: var(--color-bfd9ef);
  padding: 1.5rem;
  border-radius: 50%;
  /* height: 6rem; */
  margin-right: 1rem;
}

.icon-section {
  background-color: var(--color-0a2251);
}

.icon-feature .icon-img {
  width: 5rem;
}

.icon-feature .icon-img img {
  width: 3rem;
}

.icon-feature .icon-content {
  width: 85%;
}

.icon-content h5 {
  color: var(--color-228fe3);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-SemiBold);
}

.icon-content p {
  color: var(--color-bfd9ef);
  font-size: var(--font-size-14);
  margin-bottom: 0.5rem;
}

.icon-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-feature {
  margin-bottom: 2rem;
  display: flex;
}

.icon-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-right {
  width: 80%;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.feature-box {
  display: flex;
  color: var(--color-004b8b);
  align-items: center;
}

.feature-box .feature-img {
  width: 40%;
}

.feature-box .feature-img img {
  width: 6rem;
}

.feature-box p {
  width: 80%;
  margin-bottom: 0;
  color: var(--color-004b8b);
  font-weight: var(--font-weight-SemiBold);
}

/* .feature-section .col-lg-2 {
  width: 20%;
} */

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}

.feature-section .row {
  justify-content: space-between;
}

.feature-box {
  display: flex;
  color: var(--color-004b8b);
}

/* testinomal */
.testimonial-section {
  background-color: var(--color-0a2251);
  text-align: center;
  position: relative;
}

.testimonial-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 20px; */
  position: relative;
  height: 100%;
  justify-content: center;
  top: 0;
  width: 100%;
}

.nav-name {
  color: var(--color-228fe3);
}

.nav-name:hover {
  color: var(--color-004b8b);
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 100px;
  left: 0;
  position: absolute;
  top: -175px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  width: 100px;
  right: 0;
  position: absolute;
  top: -175px;
}

.testimonial-items .client-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.testimonial-items .client-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.testimonial-items {
  /* width: 62% !important; */
  margin: 0 auto;
  overflow: hidden;
  padding: 0 18rem;
}

.testimonial-person-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-person-details .sub-heading-two {
  margin-bottom: 0;
  color: var(--color-228fe3);
  font-weight: var(--font-weight-Bold);
}

.testimonial-person-details small {
  letter-spacing: 2px;
  font-weight: var(--font-weight-normal);
}

.client-section {
  background-color: var(--color-ffffff);
}

.contact-home-form {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  color: var(--color-ffffff);
}

.contact-home-form .form-contact {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 1rem;
  background-color: var(--color-004b8b);
  justify-content: center;
  margin: auto;
}

.contact-home-form .form-contact .form-control {
  color: var(--color-bfd9ef);
  font-size: 12px;
  /* font-weight: 300; */
  padding: 0.7rem;
}

.contact-home-form .contact-form button {
  margin: auto;
}

.contact-home-form .contact-form button .common-btn.blue:hover {
  color: var(--color-0a2251);
}

::placeholder {
  font-size: var(--font-size-12);
  color: var(--color-bfd9ef) !important;
  font-style: normal;
}


.form-control {
  background-color: transparent;
  padding: 0.7rem;
  border: transparent;
  margin-bottom: 1rem;
  border: 1px solid var(--color-bfd9ef);
  font-style: normal;
}

.form-select {
  background-color: transparent;
  padding: 0.7rem;
  border: transparent;
  margin-bottom: 1rem;
  border: 1px solid var(--color-bfd9ef);
  font-style: normal;
}

.form-control:focus {
  font-style: normal;
  background-color: var(--color-004b8b);
  color: var(--color-ffffff) !important;
}

.form-select {
  background-color: transparent;
  /* or your button / dark bg */
  color: var(--color-bfd9ef);
  border-radius: 10px;
  padding-right: 42px;
  font-size: 12px;
  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom white arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

/* Dropdown options text */
.form-select option {
  color: #000;
}

/* footer */
footer {
  width: 100%;
  background-color: var(--color-bfd9ef);
  overflow: hidden;
  position: relative;
  font-size: var(--font-size-13) !important;
  font-weight: var(--font-weight-normal);
}

.location-map img {
  max-width: 350px;
}

footer p {
  font-size: var(--font-size-13) !important;

}

footer a {
  font-size: var(--font-size-13) !important;

}

.contact-top-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-box h6 {
  text-transform: uppercase;
  color: var(--color-004b8b);
  margin-bottom: 1.5rem;
  font-weight: var(--font-weight-SemiBold);
  position: relative;
}

.contact-box h6::after {
  width: 44px;
  height: 1px;
  background-color: var(--color-004b8b);
  position: absolute;
  content: '';
  bottom: -7px;
  left: 0;
}

.contact-top-footer img {
  width: 120px;
  margin-bottom: 1rem;
}

.footer-links {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--color-000000);
  margin-right: 2rem;
}

.footer-inside .copy-right {
  position: relative;
}

.footer-links a:hover {
  color: var(--color-ef7f1a);
  margin-right: 2rem;
}

.copyright {
  background-color: var(--color-004b8b);
  color: var(--color-ffffff);
  padding: 2rem 0;
}

.footer-logo img {
  width: 250px;
}

.footer-arrow {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 20%;
}

.footer-box {
  width: 15%;
  margin-bottom: 50px;
}

.heading-footer i {
  font-size: 20px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.heading-footer h3 {
  margin-bottom: 0;
  color: var(--color-c18d02);
  font-size: var(--font-size-19);
  font-family: var(--font-family-plusjakarta);

}

.heading-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff63;
  margin-bottom: 20px;
}

.footer-contact p span {
  display: block;
}

.footer-contact p {
  padding-right: 100px;
  font-size: var(--font-size-14);
}

.footer-contact a {
  color: var(--color-ffffff);
  display: block;
}

.footer-contact a:hover {
  color: var(--color-c18d02);
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li {
  margin: 10px 0;
}

.footer-menu ul li a:hover i {
  color: var(--color-c18d02);
}

.footer-menu ul li a:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--color-ffffff);
  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-014b7e);
  display: flex;
  font-weight: var(--font-weight-SemiBold);
  align-items: center;
  font-size: 16px;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-c18d02);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-size: var(--font-size-16);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-c18d02);
}

.social-links {
  display: flex;

}

.social-links i {
  font-size: var(--font-size-20);
  color: var(--color-004b8b);
  padding-right: 1rem;

}

/* copy-right  */

.copy-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.copy-right p,
.copy-right p a {
  color: var(--color-282728);
  margin-bottom: 0;
  ;

}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right a:hover {
  color: var(--color-228fe3);
}

.copy-right ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-size: 16px;
}

.copy-right ul li a {
  color: var(--color-ffffff);
}



.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1630px;
}




.collection-link {
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  transition: ease all 0.5s;
  cursor: pointer;
}

.collection-link button {
  border: transparent;
  background-color: transparent;
}

.collection-link i {
  color: var(--color-004b8b);
  margin-left: 3rem;
  transition: ease all 0.5s;

}



.collection-link:hover {
  letter-spacing: 0px;
  background-color: var(--color-004b8b);
  color: var(--color-ffffff) !important;


}

.collection-link:hover button {
  color: var(--color-ffffff) !important;


}

.collection-link:hover i {
  color: var(--color-ffffff) !important;


}

.collection-link:hover i {
  color: var(--color-000000);
  rotate: 315deg;
}




.booking-link {
  padding: 1.5rem;
  background-color: var(--color-bfd9ef);
  text-align: center;
  color: var(--color-0a2251);
  letter-spacing: 1px;
  transition: ease all 0.5s;
  cursor: pointer;
}

.booking-link:hover i {
  color: var(--color-ffffff) !important;


}

.booking-link:hover {
  color: var(--color-ffffff);
  letter-spacing: 0px;
  background-color: var(--color-004b8b);

}

.booking-link:hover button {
  color: var(--color-ffffff) !important;


}

.booking-link:hover i {
  color: var(--color-000000);
  rotate: 315deg;
}

.booking-link button {
  border: transparent;
  background-color: transparent;
}

.booking-link i {
  color: var(--color-004b8b);
  margin-left: 3rem;
  transition: ease all 0.5s;

}

/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-004b8b);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-228fe3);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-style: normal;
  font-size: var(--font-size-20);
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-c18d02);
  background-color: var(--color-ef7f1a);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}


.whatsapp-btn {
  position: fixed;
  bottom: 90px;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: var(--color-ffffff);
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}





.inner-banner {

  display: block;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.inner-banner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0a2251cf;
  content: '';
}

.inner-banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inner-banner-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  padding: 3rem;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
}

.inner-banner .banner-img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}

.inner-banner .banner-img img {
  object-position: center;
  object-fit: cover;
  height: 100%;

}

.inner-banner-content {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--color-ffffff);
  left: 0;
  margin: auto;
  align-items: center;
  z-index: 9;
}


.inner-banner-content h1 {
  color: var(--color-ffffff);
  margin-bottom: 0;
}

.inner-banner-content p {
  color: var(--color-ffffff);
}

.breadcrumb-inner {
  position: relative;
  height: 800px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

/* 
.inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
} */

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  /* margin: 0; */
  font-size: 50px;
  font-weight: lighter;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: var(--color-ffffff);
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: var(--color-ffffff);
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}


.project-left {
  padding: 5rem;
}

.project-left .sub-heading {
  text-transform: uppercase;
}

.project-left .icon {
  width: 3rem;
}

.project-box {
  overflow: hidden;
  position: relative;
  /* height: 400px; */
  border: 1px solid #5f5d5f59;
}


.project-box i {
  margin-right: 10px;
}

.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.project-right.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content {
  background-color: #000000a3;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  color: var(--color-ffffff);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-content h3 {
  color: var(--color-ffffff);
}

.project-content p {
  color: var(--color-ffffff);
}

.commercial {
  position: relative;
}

.commercial:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/commercial-bg.jpg);
  top: 0;
}

.commercial .nav-pills .nav-link.active {
  color: var(--color-ffffff);
}

.commercial .nav-pills .nav-link.active::after {
  background: var(--color-ffffff);
}

.commercial .nav-pills .nav-link,
.commercial .project-content h3,
.commercial .project-content p {
  color: var(--color-ffffff);
}

.commercial .project-content {
  background: #000000cc;
}

/* lets-connect */
.lets-connect {
  position: relative;
  background: var(--color-000000);
}

/* 
.lets-connect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: var(--color-d2a800);
  bottom: 0;
  left: 0%;
  z-index: -9;
} */
.contact-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}



.contact-flex {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
}



.form-row {
  display: flex;
}

input,
textarea {
  background-color: transparent;
  border: 1px solid #27262533;
  padding: 16px;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-272625);
  width: 100%;
  font-size: var(--font-size-16);
  font-style: italic;

}

textarea {
  min-height: 120px;
  resize: none;
}

.submit-box {
  text-align: right;
}

.submit-box button {
  background: transparent;
  border: 1px solid var(--color-d2a800);
  color: var(--color-d2a800);
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--font-size-20);
  width: 100%;
  margin-top: 1.3rem;
}

.submit-box button:hover {
  /* box-shadow: inset 10em 0 0 0 var(--color-d2a800), inset -10em 0 0 0 var(--color-d2a800); */
  border-color: var(--color-d2a800);
  color: black;
  background-color: var(--color-d2a800);

}



.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-left .nav-item {
  margin-right: 3rem;
  border-bottom: 1px solid #ffff;
}

.navbar-right .nav-item {
  margin-left: 3rem;
}

.navbar-left .nav-item .common-btn {
  background-color: var(--color-ffffff) !important;
  margin-left: 3rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

/* Basic dropdown hover behavior */
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
  padding: 0.5rem;
}

.dropdown-menu {
  margin-top: 0;
}

/* Multilevel (submenu) positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  background-color: var(--color-ffffff);
  -webkit-transition: all .5s, 2s .5s linear;
  transition: all .5s, 2s .5s linear;



}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
  background-color: var(--color-ffffff);
  padding: 0;


}

.dropdown-item {
  padding: 0.5rem;
  overflow: hidden;
}

.dropdown-item:hover {
  padding: 0.5rem;
  color: var(--color-000000);
  background-color: var(--color-228fe3);

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 12rem;
}


.service-strip {
  padding: 2rem 0;
  background-color: var(--color-ef7f1a);
}



.counter-section {
  background-color: var(--color-f3f3f3);
  position: relative;
  top: 46px;
  overflow: visible;
  margin-bottom: 11rem;
}

.counter-right {
  position: relative;
}

.counter-right img {
  position: absolute;
  right: 21px;
  top: -228px;
  z-index: 9;
}

/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
}

.count-digit {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-Bold);
  color: var(--color-228fe3);
  margin-bottom: 0.5rem;
}

.digit-box {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  color: var(--color-ef7f1a);
}



.quality-circle {
  position: relative;
  width: 150px;
  height: 150px;
  top: 10%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #e2c479, #af9146);
  border-radius: 50%;
  left: 97%;
}


.emblem {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  /* font-weight: bold; */
  color: var(--color-f5f5f5);
  animation: spinZ 20s linear infinite;
  text-align: center;
  z-index: 2;
  background-color: var(--color-ef7f1a);
  text-transform: uppercase;
}

.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-16);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  color: var(--color-ffffff);

}

.quality-circle::before {
  border: 2px dashed #ffffff;
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  background-color: transparent;
  border-radius: 100%;
}

.quality-circle::after {
  border: 2px solid #ffffff;
  position: absolute;
  content: '';

  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 100%;
}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

.count-name {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-Bold);
  color: var(--color-228fe3);

}

.count-area-content::after {
  background-image: url(../images/counter-bg.jpg);
  position: absolute;
  content: '';
  width: 250px;
  height: 250px;
  z-index: -1;
  border-radius: 60%;
  background-blend-mode: normal;
  opacity: 0.5;
}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-5f5d5f);
  text-align: center;
  background-color: #021439;
  padding: 1rem;
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  border: 1rem solid #0a2251;
}

.count-area-content p {
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-weight: var(--font-weight-Regular);
  line-height: 15px;
  margin-bottom: 0;
  line-height: 22px !important;
  text-align: center;
}



.service-section {
  background-image: url(../images/service-bg.jpg);
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.service-section .small-heading {
  -webkit-text-fill-color: var(--color-bfd9ef);
}

.service-img {
  position: relative;
  height: 275px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Container styles */
.service-box-home {
  position: relative;
  overflow: hidden;
}



.service-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 34, 81, 0.85);
  color: #fff;
  padding: 1rem 1.5rem;
  transition: height 0.4s ease-in-out;
  height: 77px;
  /* enough to show only h4 initially */
  overflow: hidden;
  text-align: left;
}

/* Animate height to show p on hover */
.service-box-home:hover .service-desc {
  height: 150px;
  /* enough to reveal the full h4 + p */
}

.service-desc h4 {
  margin: 0;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  text-align: left;
  line-height: 22px !important;
}

.service-desc p {
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: var(--color-ffffff);
}

/* Fade in <p> when container is expanded */
.service-box-home:hover .service-desc p {
  opacity: 1;
}





.service-section .swiper-container {
  width: 100%;
  height: auto;
}

.service-section .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* override swipers transition */
.service-section .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.service-section .service-content {
  bottom: 0;
  height: 200px;
  position: absolute;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  z-index: 9;
  word-break: break-word;
}

.service-section .service-content .sub-heading {
  font-weight: var(--font-weight-Bold) !important;
  line-height: normal;
  color: var(--color-ffffff);
  text-transform: uppercase;
}

.service-section .service-box {
  position: relative;
  transition: ease all 0.5s;

}

.service-section .service-box:hover {
  transform: scale(1.01);
}

.service-section .service-box:hover i {

  rotate: 360deg;
}

.service-section .service-box:hover .link-arrow {
  color: var(--color-ffffff);
}

.service-section .service-box:hover .arrow {
  color: var(--color-ffffff);
}

.service-section .service-box .link-arrow:hover {
  color: var(--color-ffffff);
}

.service-section .service-box .link-arrow:hover .arrow {
  color: var(--color-ffffff);
}

.service-section .service-box::after {
  position: absolute;
  content: '';
  background-color: #0000004d;
  top: 0;
  left: 0;
  width: 100%;
  height: 1900%;
}


.service-section .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.vehicle-section .small-heading {
  -webkit-text-fill-color: var(--color-004b8b);
}

.inside-banner-space {
  background-color: var(--color-d4d7d7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.inside-banner-space img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inside-banner-space h3 {
  font-size: var(--font-size-150);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: aliceblue;
  justify-items: center;
  width: 100%;
}

.inside-banner-space .container {
  z-index: 9;
}

.about-page-section {
  background-color: var(--color-0a2251);
  color: var(--color-ffffff);

}

.bg-light .section-heading .light-blue {
  text-transform: capitalize;
}

.about-page-section .row {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-page-form {
  padding: 3rem;
  border-radius: 1rem;
  text-align: left;
  height: 100%;
  background-color: var(--color-004b8b);
  z-index: 9999;

}

.contact-page-form .contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 1rem;
  justify-content: center;
}

.map-section {
  padding-right: 4rem;
}

.map-section iframe {
  border-radius: 1rem;
}

.contact-form-page {
  background-color: var(--color-f3f3f3);
}

.contact-form-left {
  width: 100%;
  height: 100%;
}

.contact-form-left img {
  width: 100%;
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
}

.contact-page-left .contact-box a:hover {
  color: var(--color-ef7f1a);

}

.service-page .service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.service-page .service-content strong {
  font-size: 20px;
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 1rem !important;
  display: block;
}

.service-page.bg-dark .service-content {
  color: var(--color-ffffff);
}

.service-page1 {
  position: relative;
}

.service-page1::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  background-color: var(--color-f5f5f5);
  z-index: -1;
}

.service-page2 {
  position: relative;
}

.service-page2::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-ef7f1a);
  z-index: 0;
}

.service-left {
  position: relative;
  z-index: 9;
}

.philosophy-right img {
  width: 3rem;
}

.story-box img {
  width: 3rem;
  margin-right: 2rem;
}

.philosophy-right img {
  width: 3rem;
  margin-right: 2rem;
}

.sectors-section {
  background-color: var(--color-ef7f1a);
}


.process-section {
  background-color: var(--color-f3f3f3);
}

.process-right {
  margin-left: 2rem;
  color: var(--color-ffffff);

}

.process-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.process-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.process-right img {
  width: 2rem;
}

.process-right .accordion {
  color: var(--color-ef7f1a);
}

.process-right .accordion-item {
  margin-bottom: 1rem;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.process-right .accordion-item img {
  width: 3rem;
  margin-right: 3rem;
}

.process-right .accordion-button {
  background-color: transparent !important;
  padding: 0;
  border-bottom: none;
  color: var(--color-ffffff) !important;
  box-shadow: transparent !important;

}

.accordion-button:not(.collapsed) {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-header .sub-heading-two:hover {
  color: var(--color-ef7f1a) !important;
}

.process-right .accordion-header .accordion-button {
  box-shadow: none !important;
}

.process-right .accordion-body {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-body p {
  color: var(--color-ffffff) !important;
  padding-left: 5rem;
  margin-bottom: 0;
}



.service-content p {
  color: var(--color-000000);

}



.sub-heading.content img {
  margin-right: 1rem;

}


.map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}

.map-container img {
  width: 100%;
  filter: grayscale(1);
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-ef7f1a);
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(121, 48, 0, 0.4);
  animation: pulse 3s infinite;
}

.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .india {
  top: 45%;
  left: 69%;
}

.map-container .maldives {
  top: 55%;
  left: 70%;
}

.map-container .singapore {
  top: 55%;
  left: 78%;
}

.map-container .saudiarabia {
  top: 47%;
  left: 60%;
}

.map-container .uae {
  top: 43%;
  left: 57%;
}

.map-container .qatar {
  top: 42%;
  left: 60%;
}

.map-container .uk {
  top: 27%;
  left: 44%;
}

.map-container .portugal {
  top: 34%;
  left: 42%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 72, 0, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

.dogras-world-map span {
  padding: 0.8rem;
  margin: 0.8rem;
  border-radius: 0.5rem;
  background-color: var(--color-ef7f1a);
  color: var(--color-ffffff);
  line-height: 4rem;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
}

/* Tooltip style */
.point::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.point:hover::after {
  opacity: 1;
}


.vision-mission-section .row {
  display: flex;
}

.mission-img {
  height: 300px;
  width: 75%;
  position: relative;
  top: -19px;
  right: -8%;
}

.vision-img {
  height: 287px;
  width: 76%;
  position: relative;
  top: 0;
  right: -15%;
}

.vision-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mission-img img {
  height: 80%;
  width: 84%;
  object-fit: cover;
}

.client-heading {
  font-weight: var(--font-weight-Bold);
  position: relative;
  z-index: 1;
}





.client-heading::after {
  width: 100%;
  height: 1px;
  background-color: #5f5d5f29;
  position: absolute;
  content: '';
  left: 0;
  top: 52%;
  z-index: 0;
}

.review-box {
  display: flex;
}

.review-stars {
  /* width: 85px; */
  background-color: var(--color-ef7f1a);
  padding: 0rem 1rem;
  border-radius: 7rem;
  height: 100%;
}

.star-box {
  margin-right: 4rem;
}

.star-box svg {
  width: 65px;
}

.star-box .section-heading {
  font-weight: var(--font-weight-ExtraBold);
}

.testimonial-right {
  text-align: center;
  color: var(--color-ffffff);
}

.testimonial-right p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-ExtraLight);
  line-height: 44px !important;
  letter-spacing: 0px;
}

.vehicle-box {
  text-align: center;
  padding: 2em;
  padding-bottom: 0;
}

.vehicle-box .sub-heading-two {
  color: var(--color-0a2251);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.vehicle-box:hover .sub-heading-two {
  color: var(--color-ef7f1a);
}

.vehicle-slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

.vehicle-slider .swiper-slide.active-slide,
.vehicle-slider .swiper-slide.adjacent-slide {
  opacity: 1;
}

.vehicle-slider .slide-content {
  position: relative;
  overflow: hidden;
}

.vehicle-slider .slide-content img {
  display: block;
  width: 100%;
  height: auto;
}



.view-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: var(--color-ef7f1a);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  font-size: 12px;
}



.vehicle-box .gallery-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  transition: ease all 0.5s;
}

.vehicle-box .vehicle-img {
  overflow: hidden;
  border-radius: 1rem;

}

.vehicle-box .vehicle-img img:hover {
  transform: scale(1);
  filter: grayscale(1);
}

.vehicle-box .vehicle-img img:hover::after {
  border-radius: 100%;
  padding: 1rem;
  position: absolute;
  color: var(--color-ffffff);
  background-color: var(--color-ef7f1a);
  content: 'view more';
  width: 50px;
  height: 50px;
}

.vehicle-content {
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.vehicle-location {
  font-size: var(--font-size-14);
  color: var(--color-5f5d5f);
}

.banner-content h3 {
  font-size: var(--font-size-60);
  font-weight: var(--font-weight-Light);
}

.banner-content .title {
  background: var(--color-ba8b1d);
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 6rem;
}

.banner .container {
  padding: 0;
}

.banner {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section {
  position: relative;
}



.services-section .content-column {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5rem;
}

.inner-column h3 {
  font-size: var(--font-size-50);
}

.inner-column li {
  font-size: var(--font-size-22);
  display: flex;
}

.inner-column li img {
  width: 30px;
  height: 30px;
  /* border: 1px solid #ccc; */
  border-radius: 100%;
  margin-right: 10px;
}

.services-section .image-column {
  position: relative;
}

.services-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  margin-top: -175px;
  font-weight: 500;
}

.services-section .image-column .inner-column {
  position: relative;
  padding-left: 50px;
  padding-bottom: 0px;
}

.services-section .image-column .inner-column::before {
  content: '';
  position: absolute;
  width: calc(50% + 160px);
  height: calc(100% + 80px);
  top: -40px;
  left: 0px;
  background: var(--color-yellow);
  z-index: 0;
}

.services-section .image-column .inner-column-right {
  position: relative;
  padding-right: 50px !important;
  padding-bottom: 0px;
}

.services-section .image-column .inner-column-right::before {
  content: '';
  position: absolute;
  width: calc(50% + 160px);
  height: calc(100% + 80px);
  top: -40px;
  right: 0px;
  background: var(--color-yellow);
  z-index: 0;
}

.services-section .image-column .image-1 {
  position: relative;
}

.services-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.services-section .image-column .image-2 img,
.services-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* who-we-are-section */

.who-we-are-section {
  position: relative;
}

.who-we-are-box {
  width: 100%;
  /* background: var(--color-ffffff); */
  border-radius: 10px;
  /* box-shadow: 0px 15px 30px #121130; */
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 0;
  padding: 1rem;
  text-align: center;
}

.who-we-are-img i {
  font-size: var(--font-size-50);
  position: relative;
  border-radius: 50%;
  color: var(--color-yellow);
  margin-bottom: 2rem;
}

.who-we-are-box-mt {
  margin-top: 110px;
}

.who-we-are-box p {
  color: var(--color-f1da70);
  text-align: center;
}


.service-page-box {
  border-radius: 2rem;
  color: var(--color-000000);
  padding: 6rem 4rem;
}

.service-page .grey {
  background-color: var(--color-f3f3f3);

}

.service-page .blue {
  background-color: var(--color-bfd9ef);
}

.service-page-box .service-img.service-img-left {
  object-fit: cover;
  width: 90%;
  height: 100%;
  float: inline-end;
}

.service-page-box .row {

  display: flex;
  align-items: center;
  height: 100%;
}


.service-page-box p {
  color: var(--color-000000);
  text-align: justify;
}


.service-page-box .service-img {
  object-fit: cover;
  width: 90%;
  height: 100%;
}

.service-page-box .service-img::after {
  background-color: var(--color-0a2251);
  padding: 2rem;
  content: '';
  position: absolute;
}

.service-page-box .service-img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 1rem;
  position: relative;
}

.service-page-box .service-img-left::after {
  background-color: var(--color-0a2251);
  padding: 2rem;
  content: '';
  position: absolute;
  width: 69%;
  left: 1%;
  height: 120%;
  top: -10%;
  z-index: -1;
}

.service-img-left img {
  object-fit: cover;
  width: 96%;
  height: 400px;
  left: 4%;
  position: relative;
}

.service-page .service-content-right {
  padding-left: 2rem;
}


.service-page-box .service-img-right::after {
  background-color: var(--color-0a2251);
  padding: 2rem;
  content: '';
  position: absolute;
  width: 69%;
  right: 1%;
  height: 120%;
  top: -10%;
  z-index: -1;
}

.service-img-right img {
  object-fit: cover;
  width: 96%;
  height: 300px;
  right: 0;
  position: relative;
}

.service-page .service-content-left {
  padding-right: 2rem;
}

/* about page */


.about-first-section {
  background-color: var(--color-f5f5f5);
}

.about-page-right {
  padding: 3rem;
  height: 100%;
  align-items: center;
}


.what-about-section {
  background-image: url(../images/achieve-bg.jpg);
  background-size: cover;
  background-blend-mode: color;
  background-color: #000000ba;
}

.what-about-section .row {
  display: flex;
  align-items: center;
}

.about-left-page {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
}

.about-left-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-right-page .section-heading {
  display: flex;
  align-items: center;
}


.value-section {
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);

}

.value-feature {
  display: flex;
  padding-right: 1rem;
  /* background-color: #f0f8ff45; */
  /* padding: 1rem; */
  margin-bottom: 4rem;
  align-items: center;
}

.value-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-section .small-heading {
  color: var(--color-ffffff);

}

.value-feature .sub-heading {
  color: #ffffff;
  line-height: 24px !important;
  margin-bottom: 0.5rem;
}

.value-img {
  overflow: hidden;
  width: 5rem;
  margin-right: 2rem;

}

.value-img img {
  background-color: #051b2f3d;
  border-radius: 50%;
  padding: 1rem;
}

.value-content {
  width: 80%;

  color: var(--color-ffffff) !important;

}

.value-box {
  padding: 1rem;
  display: flex;
  flex-direction: unset;
}

.value-box .icon {
  width: 20%;
}

.value-box .content {
  width: 80%;
}

.value-right {
  /* margin-left: 3rem; */
  background-color: var(--color-004b8b);
  padding: 3rem;
  height: 100%;
}

.value-content p {
  color: var(--color-ffffff);
  margin-bottom: 0;
}

.why-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-left {
  padding-right: 3rem;
}

.why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-section {
  background-image: url(../images/about-img1.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.why-content li {
  border-bottom: 1px solid var(--color-004b8b);
  padding: 2rem 0;
  color: var(--color-ffffff);
  display: flex;

}

.why-content li i {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: var(--color-228fe3);
  top: 5px;
  position: relative;
}

.why-section::after {
  background-color: #000000c7;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.why-section .accordion-item {
  margin-bottom: 1rem;
  border: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  background: transparent;
}

.why-section .accordion-body p {
  padding-left: 3.2rem;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--color-ffffff) !important;
  margin-bottom: 0;
}

.why-section .accordion-button .sub-heading {
  color: var(--color-ffffff) !important;
  margin-bottom: 0;
}

.why-section .accordion-button {
  color: var(--color-ffffff) !important;

}

.about-section .accordion {
  padding-bottom: 0;
}

.why-section .accordion-item {
  margin-bottom: 1rem;
  border: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.why-section .accordion-item.active .collapse {
  margin-bottom: 2rem;
  border: transparent;
  padding: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.accordion-item .icon {
  margin-right: 1rem;
}

.why-section .accordion-button {
  padding: 0;
  background-color: transparent;
}

.why-section .accordion-button::after {
  display: none;
}

.why-section .accordion-button:not(.collapsed) {
  color: var(--color-000000);
  background-color: transparent;
  box-shadow: none;
  border: transparent !important;
}

.why-section .accordion-button:not(.collapsed)::after {
  background-image: none;
}


.why-section .container {
  position: relative;
  z-index: 9;
}

.why-right {
  margin-left: 3rem;
}

.service-banner {
  /* background-position: center; */
  background-size: cover;
  background-image: url(../images/banner/service-banner.jpg);
  width: 100%;
}

/* about page */

.modal-content.contact-page-form {
  color: var(--color-ffffff);
}

.modal-content {
  padding: 3rem;
}

.modal-content.contact-page-form .form-control {
  background-color: transparent;
  padding: 0.7rem;
  border: transparent;
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-bfd9ef);
  font-style: normal;
  font-size: 13px;
  color: var(--color-ffffff);

}



.modal-content.contact-page-form .form-control:focus {
  font-style: normal;
  background-color: var(--color-004b8b);
  color: var(--color-ffffff);
}

.modal-content.contact-page-form .form-select {
  background-color: var(--color-004b8b);
  /* blue */
  color: #ffffff;
  /* white text */
  padding: 0.7rem 2.5rem 0.7rem 0.7rem;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid var(--color-bfd9ef);

  /* remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom white arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}

/* Focus state */
.modal-content.contact-page-form .form-select:focus {
  background-color: var(--color-004b8b);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

/* Dropdown options */
.modal-content.contact-page-form .form-select option {
  color: #000;
  /* dropdown list readable */
}

.modal-content .btn-close {


  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.modal-content .btn-close:hover {
  color: var(--color-ffffff) !important;
  filter: invert(1);
}

.modal-content input {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-weight: var(--font-weight-SemiBold);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  height: 42px;
}

.modal-content textarea {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-weight: var(--font-weight-SemiBold);
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.modal-content input::placeholder {
  color: var(--color-bfd9ef) !important;
}

.modal-content textarea::placeholder {
  color: var(--color-bfd9ef) !important;
}

.input-group-text {
  height: 42px;
}

input[type="date"] {
  position: relative;
  padding-right: 40px;
  /* Space for the icon */
  color: var(--color-ffffff);
}

/* Hide default arrow in Chrome */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1;
}

/* Custom calendar icon */
input[type="date"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 40px;
  background: url(calendar-icon.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 9;
}

input[type="time"] {
  color: white !important;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px 14px;
}

.input-group-text {
  background: #f8f9fa;
  border-radius: 0 10px 10px 0;
}



.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}

.main .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.car-card {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-align: center;
}


.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 0;
  justify-content: space-evenly;
  justify-items: center;

  text-align: center;
  padding: 6rem;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item {
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-icon img {
  color: var(--color-ffffff);
  position: relative;
  width: 6rem;
  padding: 1rem;
}

.card-icon {

  background-color: var(--color-228fe3);
  border-radius: 100%;
  padding: 1rem;
}

.timeline::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--color-afadad);
  top: 69px;
  z-index: 0;
}

.subcard {
  position: relative;
  padding: 1.5em;
  /* background: var(--color-0a2251); */
  color: #000000;
  /* box-shadow: 1px 4px 12px #d9d9d9fc; */
  width: -webkit-fill-available;
  margin-top: 1rem;
  border-radius: 1rem;
  height: 100%;
  text-align: center;
}

.subcard strong {
  margin-bottom: 1rem;
}

@media (max-width: 830px) {
  .timeline {
    /* display: block !important; */
  }

  .subcard {
    position: static !important;
    display: block;
    box-shadow: 0 0 0;
    background: transparent;
  }

  .timeline::after {
    display: none !important;
  }
}

.twenty-btn {
  background: linear-gradient(to right, #e2c479, #af9146);
  display: flex;
  border-radius: 1rem;
  align-items: center;
  width: fit-content;
  overflow: hidden;
}

.twenty-btn .hour-img {
  border-right: 1px solid #fff;
  margin-right: 1rem;
}

.twenty-btn .hour-img img {
  width: 5rem;
  height: 5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.twenty-btn a .sub-heading {
  color: var(--color-ffffff) !important;
  transition: ease all 0.5s;
}

.twenty-btn a:hover .sub-heading {
  color: var(--color-0a2251) !important;
}

#call-btn {
  display: inline-block;
  background-color: #e2c479;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 157px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  /* visibility: hidden; */
  z-index: 1000;
  border: 2px solid #ffffff;
  text-decoration: none;
  opacity: 1;
  padding: 0.5rem;
}

#call-btn img {
  width: 2rem;
}






.pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  font-family: inherit;
  float: right;
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--color-0a2251);
}

.front {
  display: block;
  position: relative;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--color-ffffff);
  border: 1px solid var(--color-004b8b);
  font-weight: 600;
  background: var(--color-004b8b);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}

.pushable:hover {
  filter: none;
  transform: scale(1.02);
}

.pushable:active .front {
  color: var(--color-004b8b);
  background: var(--color-ffffff);
  transform: translateY(-2px);
  transition: transform 34ms;
}

.fleet-page .col-6 {
  height: 100%;
  margin-bottom: 2rem;
}

.vechicle-slider {
  width: 100%;
  overflow: hidden;
}

.vechicle-slider .swiper-pagination {

  margin-top: 1rem;

}

.common-slider {
  width: 100%;
  overflow: hidden;
}


.gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-img:hover img {
  transform: scale(1.1);
}

/* Overlay */
.gallery-img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-img:hover .overlay {
  opacity: 1;
}

.swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 3rem;
  display: block;
  position: relative;
}

.swiper-pagination-bullet {
  background-color: var(--color-bfd9ef);
}

.swiper-pagination-bullet-active {
  background-color: var(--color-0a2251);
  border: transparent;
}

.modal-content.contact-page-form .form-select option {
  background-color: var(--color-004b8b);
  color: white;
}

.modal-content.contact-page-form .form-select {
  background-color: var(--color-004b8b);
  color: white;
}

/* Button */
.shine-btn {
  position: relative;
  padding: 0.7rem 1.2rem;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(to right, #e2c479, #af9146);
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  font-size: 0.8rem;
}

/* Shine effect */
.shine-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* YouTube Red Play Arrow */
.yt-play {
  width: 0;
  height: 0;
  border-left: 14px solid #ff0000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.yt-play::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

#videoModal .modal-content {
  padding: 0 !important;
}

#videoModal .modal-header {
  position: absolute;
  z-index: 9;
  right: 0;
}

.text-crusive {
  font-style: italic;
  font-family: system-ui;
  font-size: 1.2rem;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  /* position: absolute; */
  background-color: var(--color-0a2251);
  overflow: hidden;
  height: 35px;
}

.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 24s linear infinite;
  animation: marquee 24s linear infinite;
  font-size: 12px;
  color: #ffffff;
  margin-left: 2rem;
}