/*
===================================================
Table of Content
===================================================
1) reset css
2) global css
3) table css
4) button css
5) form css
6) keyframes css
7) header
8) hero css
9) inner-hero css
10) cureency section css
11) about section css
12) package section css
13) choose us section css
14) profit calculator section css
15) how work section css
16) testimonial section css
17) team section css
18) data section css
19) top investor section css
20) cta section css
21) payment brand section css
22) blog section css
23) blog-details-section css
24) subscribe section css
25) account section css
26) contact-wrapper css
27) dashboard section css
28) sidebar css
29) footer
*/
/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&amp;family=Exo&amp;family=Playfair+Display&amp;display=swap");

/* Avenir Black */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black-03.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Avenir Black Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-BlackOblique-04.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Avenir Book */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book-01.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Avenir Book Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-BookOblique-02.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Avenir Heavy */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Avenir Heavy Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-HeavyOblique-06.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

/* Avenir Light */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light-07.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Avenir Light Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-LightOblique-08.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Avenir Medium */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium-09.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Avenir Medium Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-MediumOblique-10.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* Avenir Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Oblique-11.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* Avenir Roman */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman-12.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  background: linear-gradient(289deg, #2b1a00, #120900);
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

a:hover {
  color: #cca354;
}

/* reset css end */
/* global css strat */
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-none-30 {
  margin-bottom: -30px;
}

.mb-none-40 {
  margin-bottom: -40px;
}

.mb-none-50 {
  margin-bottom: -50px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mb-none-115 {
  margin-bottom: -115px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .pt-150 {
    padding-top: 80px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}

.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-position-y-top {
  background-position-y: top !important;
}

.background-position-y-bottom {
  background-position-y: bottom !important;
}

.background-position-y-center {
  background-position-y: center !important;
}

.base--bg {
  background-color: #cca354 !important;
}

.base--bg-two {
  background-color: #062c4e !important;
}

.bg--1 {
  background-color: #f05454 !important;
}

.bg--2 {
  background-color: #403dee !important;
}

.bg--3 {
  background-color: #ed1568 !important;
}

.bg--4 {
  background-color: #403dee !important;
}

.border-radius--5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.border-radius--10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.z-index-2 {
  z-index: 2;
}

.overlay--one {
  position: relative;
  z-index: 9;
}

.overlay--one::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}

.overlay--radial {
  position: relative;
  z-index: 9;
}

.overlay--radial::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#000000, rgba(0, 0, 0, 0.5));
  opacity: 0.95;
  z-index: -1;
}

/*
.base--color {
color: #5e431b !important;
} */
.base--color {
  color: #936c33 !important;
}

.p--color {
  color: #ffffff !important;
}

.h--color {
  color: #ffffff !important;
}

.nice-select {
  float: none;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.nice-select .list {
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.para-white {
  color: #e6e6e6 !important;
}

.heading--color {
  color: #363636 !important;
}

.section--bg {
  background-color: #f9f9f9;
}

.section--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  z-index: -1;
}

.bg--base {
  background-color: #cca354 !important;
}

.text-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-arrow {
  cursor: pointer;
}

.section-header {
  margin-bottom: 55px;
  margin-top: -8px;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }
}

.section-top-title {
  font-size: 18px;
  font-family: "Exo", sans-serif;
  color: #cca354;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-top-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .section-top-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .section-top-title {
    font-size: 16px;
  }
}

.section-title {
  font-size: 44px;
  text-transform: capitalize;
}

.heading3 {
  font-size: 38px;
}

.heading4 {
  font-size: 34px;
}

.heading5 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }

  .heading3 {
    font-size: 24px;
  }

  .heading4 {
    font-size: 30px;
  }

  .heading5 {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .section-title {
    font-size: 24px;
  }

  .heading3 {
    font-size: 22px;
  }

  .heading4 {
    font-size: 18px;
  }

  .heading5 {
    font-size: 14px;
  }
}

.section-title.has--border {
  position: relative;
  padding-bottom: 10px;
}

.section-title.has--border::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 2px;
  background-color: #cca354;
}

.section-title+p {
  margin-top: 15px;
}

.box-header .title {
  font-size: 32px;
}

@media (max-width: 320px) {
  .box-header .title {
    font-size: 28px;
  }
}

.border-radius-100 {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.has-link {
  position: relative;
}

.item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-white * {
  color: #ffffff !important;
}

.hover--effect-1 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
}

.hover--effect-1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.05);
}

.video-button {
  position: absolute;
  width: 105px;
  height: 105px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #cca354;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.video-button:hover {
  color: #ffffff;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: #cca354;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  animation: inner-ripple 2000ms linear infinite;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  animation: outer-ripple 2000ms linear infinite;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
  font-size: 32px;
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-ms-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-ms-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.text-sm {
  font-size: 12px !important;
}

.text-md {
  font-size: 14px !important;
}

.card {
  box-shadow: 0 0 15px rgba(204, 163, 84, 0.35);
  background-color: #000000;
}

.card .table,
.card .table.style--two {
  box-shadow: none;
}

.card .card-header {
  background-color: #000000;
}

.card.style--two {
  border: none;
}

.card.style--two>.card-header {
  background-color: #001d4a;
}

.badge {
  font-weight: 400;
  padding: 4px 10px;
}

.nav-tabs {
  padding: 0 30px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.nav-tabs.custom--style {
  background-color: transparent;
}

.nav-tabs.custom--style .nav-item .nav-link {
  padding: 15px 20px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs.custom--style .nav-item .nav-link.active {
  border-color: #cca354;
  color: #cca354;
}

.nav-tabs.custom--style-two {
  background-color: transparent;
  border: none;
}

.nav-tabs.custom--style-two .nav-item {
  margin: 5px 10px;
}

.nav-tabs.custom--style-two .nav-item .nav-link {
  padding: 8px 20px;
  border: 1px solid rgba(204, 163, 84, 0.45);
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs.custom--style-two .nav-item .nav-link.active {
  border-color: #cca354;
  color: #ffffff;
  background-color: #cca354;
}

.cmn-list {
  margin-top: 20px;
}

.cmn-list li+li {
  margin-top: 15px;
}

.cmn-list li {
  position: relative;
  padding-left: 40px;
}

.cmn-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 1px solid #cca354;
  border-bottom: 1px solid #cca354;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-list-2 {
  margin-top: 20px;
}

.cmn-list-2 li+li {
  margin-top: 10px;
}

.cmn-list-2 li {
  position: relative;
  padding-left: 45px;
}

.cmn-list-2 li:nth-last-of-type(3n + 3)::before {
  border-color: #a22546;
}

.cmn-list-2 li:nth-last-of-type(3n + 2)::before {
  border-color: #f7a139;
}

.cmn-list-2 li:nth-last-of-type(3n + 1)::before {
  border-color: #3097d1;
}

.cmn-list-2 li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.number-list--style {
  list-style-type: decimal;
  padding-left: 15px;
}

.number-list--style li+li {
  margin-top: 10px;
}

.number-list--style li span {
  font-weight: 500;
  color: #cca354;
}

.disc-list--style {
  list-style-type: disc;
  padding-left: 15px;
}

.disc-list--style li+li {
  margin-top: 10px;
}

.pagination {
  margin-top: 50px;
}

.pagination li+li {
  margin-left: 10px;
}

.pagination li.disabled {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

.pagination li.disabled .page-link {
  background-color: #cca354;
}

.pagination li.active .page-link {
  background-color: #cca354;
  border-color: #cca354;
  color: #ffffff;
}

.pagination li .page-link {
  border: 1px solid rgba(204, 163, 84, 0.45);
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  padding: 12px 20px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
}

.pagination li .page-link:hover {
  background-color: #cca354;
  border-color: #cca354;
  color: #ffffff;
}

.cmn-accordion .card+.card {
  margin-top: 15px;
}

.cmn-accordion .card {
  border: none;
  background-color: #000000;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.cmn-accordion .card-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0 !important;
  border: 1px solid rgba(204, 163, 84, 0.45);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.cmn-accordion .card-header .btn {
  background-color: #cca354;
  padding: 15px 20px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-accordion .card-header .btn.collapsed {
  background-color: #343a40;
}

.cmn-accordion .card-header .btn:hover,
.cmn-accordion .card-header .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

.cmn-accordion .card-header .btn i {
  color: #ffffff;
  font-size: 24px;
}

.cmn-accordion .card-header .btn span {
  color: #ffffff;
  font-size: 16px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .cmn-accordion .card-header .btn span {
    font-size: 16px;
  }
}

.cmn-accordion .card-body {
  border-top: none;
  padding: 20px 30px;
  background-color: #343a40;
}

blockquote p {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

input:focus,
textarea:focus,
.nice-select.open {
  border-color: #cca354;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page-breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cca354;
  margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
}

.page-breadcrumb li a:hover {
  color: #cca354;
}

.scroll-to-top {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  z-index: 99999;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background-color: #cca354;
  line-height: 77px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.scroll-to-top .scroll-icon {
  font-size: 31px;
  color: #ffffff;
  display: inline-block;
}

.scroll-to-top .scroll-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a[class*="lightcase-icon-"].lightcase-icon-close {
  top: 100px;
  right: 50px;
}

@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  30% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  30% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  30% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  30% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.preloader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #000000;
  text-align: center;
}

.preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
}

.preloader .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #cca354;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.preloader .animated-preloader::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #8f6d2b;
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  -ms-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}

.preloader .animated-preloader::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #cca354;
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  -ms-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

a[class*="lightcase-icon-"].lightcase-icon-close {
  top: 100px;
  right: 50px;
  z-index: 9999999999;
}

#lightcase-overlay {
  z-index: 99999999;
}

#lightcase-case {
  z-index: 999999999;
}

/* global css end */
h1 {
  font-size: 62px;
}

h2 {
  font-size: 32px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.h-font-family {
  font-family: "Avenir", sans-serif !important;
}

.p-font-family {
  font-family: "Avenir", sans-serif !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.text-small {
  font-size: 12px !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

/* table css start */
.table.white-space-nowrap {
  white-space: nowrap;
}

.table.style--two {
  background-color: #000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(204, 163, 84, 0.25);
}

.table.style--two thead {
  background-color: #2b1a00;
}

.table.style--two thead tr th {
  border-top: none;
  border-bottom: none;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle;
}

.table.style--two thead tr th:first-child {
  text-align: left;
}

.table.style--two thead tr th:last-child {
  text-align: center;
}

.table.style--two tr th,
.table.style--two tr td {
  font-size: 14px;
  border-top-color: rgba(204, 163, 84, 0.25);
}

.table.style--two tbody tr td {
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 15px;
}

.table.style--two tbody tr td:first-child {
  text-align: left;
}

.table.style--two tbody tr td:last-child {
  text-align: right;
}

.table.style--two tbody tr:first-child td {
  border-top: none;
}

.table .user {
  display: flex;
  align-items: center;
}

.table .user .thumb {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
}

.table .user .thumb img {
  width: inherit;
  height: inherit;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #6e41ff0f;
}

.badge {
  font-weight: 400;
  padding: 4px 10px;
}

.icon-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  color: #ffffff;
  top: 0;
  left: 0;
  padding: 13px 15px;
  display: none;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .table-responsive--lg thead {
    display: none;
  }

  .table-responsive--lg tbody tr:nth-child(odd) {
    background-color: #232323;
  }

  .table-responsive--lg tr th,
  .table-responsive--lg tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid #3e3e3e !important;
  }

  .table-responsive--lg .user {
    justify-content: flex-end;
  }

  .table-responsive--lg [data-label]::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .table-responsive--md thead {
    display: none;
  }

  .table-responsive--md tbody tr:nth-child(odd) {
    background-color: #232323;
  }

  .table-responsive--md tr th,
  .table-responsive--md tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid #3e3e3e !important;
  }

  .table-responsive--md .user {
    justify-content: flex-end;
  }

  .table-responsive--md [data-label]::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: #232323;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid #3e3e3e !important;
  }

  .table-responsive--sm .user {
    justify-content: flex-end;
  }

  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

@media (max-width: 575px) {
  .table-responsive--xs thead {
    display: none;
  }

  .table-responsive--xs tbody tr:nth-child(odd) {
    background-color: #232323;
  }

  .table-responsive--xs tr th,
  .table-responsive--xs tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid #3e3e3e !important;
  }

  .table-responsive--xs .user {
    justify-content: flex-end;
  }

  .table-responsive--xs [data-label]::before {
    display: block;
  }
}

@media (max-width: 1199px) {

  *[class*="table-responsive--"].data-label--none tr th,
  *[class*="table-responsive--"].data-label--none tr td {
    padding-left: 0.75rem;
  }
}

/* table css end */
/* button css start */
.cmn-btn {
  padding: 12px 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #2b1a00;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.cmn-btn:hover {
  color: #000000;
  background-color: #b78b36;
}

.cmn-btn.active {
  background-color: #001d4a;
}

.cmn-btn2 {
  padding: 12px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #062c4e;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.cmn-btn2:hover {
  color: #000000;
  background-color: #c69840;
}

.border-btn {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: weight("semi");
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.border-btn:hover {
  background-color: #cca354;
  color: #000000;
  border-color: #cca354;
  box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
}

.read-btn {
  padding: 10px 20px;
  min-width: 130px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(204, 163, 84, 0.14);
  color: #cca354;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-btn:hover {
  background-color: #cca354;
  color: #ffffff;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.btn-group *[class*="btn"] {
  margin: 5px 10px;
  align-items: center;
}

.btn-group *[class*="btn"].d-flex {
  padding: 8px 35px;
}

[class*="btn"].btn-md {
  padding: 8px 30px;
}

[class*="btn"].btn-sm {
  padding: 6px 20px;
}

.action-btn {
  padding: 5px 15px;
  font-weight: 600;
  background-color: #ffffff;
  color: #cca354;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.bg-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 25px;
}

.bg-btn:hover {
  background-color: #001d4a;
  color: #000000;
  border-color: #001d4a;
}

/* button css end */
/* form css start */
.form-control {
  padding: 10px 20px;
  border: 1px solid rgba(204, 163, 84, 0.45);
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #ffffff;
  min-height: 50px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
  box-shadow: 0 2px 5px rgba(204, 163, 84, 0.5);
  border-color: #cca354;
  background-color: transparent;
  color: #ffffff;
}

select {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid rgba(204, 163, 84, 0.45);
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

select option {
  background-color: #cca354;
  padding: 10px 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}

textarea {
  min-height: 150px !important;
  resize: none;
  width: 100%;
}

label {
  color: #cccccc;
  margin-bottom: 10px;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.form-check-input {
  margin-top: 8px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.custom-checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.custom-checkbox input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="text"]:disabled,
input[type="email"]:disabled {
  background-color: rgba(204, 163, 84, 0.35);
  border-color: #cca354;
}

/* form css end*/
/* keyframes css start */
@-webkit-keyframes customRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes customRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-ms-keyframes customRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes customRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes customaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-moz-keyframes customaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-ms-keyframes customaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes customaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes customLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes customLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes customLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes CustomBounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  50% {
    -webkit-transform: translateY(-10);
    -ms-transform: translateY(-10);
    transform: translateY(-10);
  }

  75% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes CustomBounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  50% {
    -webkit-transform: translateY(-10);
    -ms-transform: translateY(-10);
    transform: translateY(-10);
  }

  75% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes CustomBounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  50% {
    -webkit-transform: translateY(-10);
    -ms-transform: translateY(-10);
    transform: translateY(-10);
  }

  75% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes CustomBounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  50% {
    -webkit-transform: translateY(-10);
    -ms-transform: translateY(-10);
    transform: translateY(-10);
  }

  75% {
    -webkit-transform: translateY(-5);
    -ms-transform: translateY(-5);
    transform: translateY(-5);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* keyframes css end */
/* header start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.menu-fixed .header__top {
  display: none;
}

.header.menu-fixed .header__bottom {
  background-color: #000000;
}

.header__bottom {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .header__bottom {
    padding: 10px 0;
  }
}

.header .site-logo img {
  width: 250px;
}

@media (max-width: 1199px) {
  .header .site-logo img {
    max-width: 150px;
  }
}

.header .main-menu {
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .header .main-menu {
    margin-left: 0;
    padding: 15px 0;
  }
}

.header .main-menu li {
  position: relative;
}

.header .main-menu li:last-child::after {
  display: none;
}

.header .main-menu li.menu_has_children {
  position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children>a {
    display: block;
  }
}

.header .main-menu li.menu_has_children>a::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children>a::before {
    display: block;
    top: 9px;
  }
}

.header .main-menu li.menu_has_children:hover>a::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #cca354;
}

.header .main-menu li a {
  padding: 30px 15px 30px 0;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 1199px) {
  .header .main-menu li a {
    color: #ffffff;
    padding: 8px 0;
    display: block;
  }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  color: #cca354;
}

.header .main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: -20px;
  z-index: 9999;
  background-color: #cca354;
  padding: 10px 0;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
  }
}

.header .main-menu li .sub-menu li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.header .main-menu li .sub-menu li:last-child {
  border-bottom: none;
}

.header .main-menu li .sub-menu li a {
  padding: 8px 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.header .main-menu li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: underline;
}

.header .main-menu li .sub-menu li+li {
  margin-left: 0;
}

.header .main-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header .main-menu li+li {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .header .main-menu li+li {
    margin-left: 0;
  }
}

.header .nav-right {
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .nav-right {
    margin-left: 0;
  }
}

.header .nav-right .select {
  height: 46px;
}

@media (max-width: 1199px) {
  .header .nav-right .account-menu {
    display: none;
  }
}

.account-menu.mobile-acc-menu {
  display: none;
}

@media (max-width: 1199px) {
  .account-menu.mobile-acc-menu {
    display: inline-block;
    margin-left: auto;
    margin-right: 25px;
  }
}

.account-menu .icon {
  position: relative;
}

.account-menu .icon:hover .account-submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.account-menu .icon i {
  width: 47px;
  height: 45px;
  background-color: #cca354;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .account-menu .icon i {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: #000000;
    padding: 0 30px 20px 30px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}

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

.navbar-toggler:focus {
  outline: none;
}

.menu-toggle {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #ffffff;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .menu-toggle {
    color: #ffffff;
  }
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {

  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  span.menu-toggle:hover {
    color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* header end */
/* hero css start */
.hero {
  padding-top: 175px;
  padding-bottom: 210px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}

.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}

@media (max-width: 1199px) {
  .hero::before {
    display: block;
  }
}

.hero__title {
  font-size: 58px;
}

@media (max-width: 1199px) {
  .hero__title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 36px;
  }
}

/* hero css end */
/* inner-hero css start */
.inner-hero {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .inner-hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

.inner-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
}

/* inner-hero css end */
/* cureency section css start */
.cureency-section {
  /* padding: 50px 0; */
  padding: 50px 0 25px 0;
  background: linear-gradient(45deg, #5b472ac7, #0e020259);
}

@media (max-width: 991px) {
  .cureency-section {
    border-bottom: 2px solid rgba(204, 163, 84, 0.5);
  }
}

.cureency-item {
  position: relative;
}

.cureency-item:last-child::after {
  display: none;
}

.cureency-item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 36px;
  margin-top: -18px;
  width: 2px;
  background-color: rgba(204, 163, 84, 0.75);
}

@media (max-width: 991px) {
  .cureency-item::after {
    display: none;
  }
}

.cureency-card__title {
  font-size: 14px;
}

.cureency-card__amount {
  font-size: 24px;
}

/* cureency section css end */
/* about section css start */
.about-section {
  position: relative;
}

.about-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  display: none;
}

@media (max-width: 991px) {
  .about-section::before {
    display: block;
  }
}

/* about section css end */
/* package section css start */
.package-card {
  padding: 30px;
  border: 3px solid #cca354;
  background-color: #000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 100%;
  box-shadow: 0 0 15px rgba(204, 163, 84, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.package-card:hover {
  box-shadow: 0 5px 15px rgba(204, 163, 84, 0.5);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.package-card__title {
  font-size: 32px;
}

.package-card__features li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(204, 163, 84, 0.35);
}

.package-card__range {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

/* package section css end */
/* choose us section css start */
.choose-card {
  padding: 30px;
  background-color: #cca354;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.choose-card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.choose-card__icon {
  width: 55px;
}

.choose-card__icon i {
  font-size: 42px;
  line-height: 1;
  color: #cca354;
}

.choose-card__title {
  width: calc(100% - 55px);
  color: #cca354;
}

.choose-card__description {
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}

/* choose us section css end */
/* profit calculator section css start */
.profit-calculator-wrapper {
  padding: 50px;
  border: 2px solid rgba(204, 163, 84, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #000000;
  box-shadow: 0 0 15px rgba(204, 163, 84, 0.5);
}

@media (max-width: 575px) {
  .profit-calculator-wrapper {
    padding: 30px;
  }
}

/* profit calculator section css end */
/* how work section css start */
.work-item {
  position: relative;
  z-index: 1;
}

.work-item:last-child::before {
  display: none;
}

.work-item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 55px;
  width: 450px;
  height: 2px;
  border-top: 1px dashed #cca354;
  z-index: -1;
}

@media (max-width: 1199px) {
  .work-item::before {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .work-item::before {
    display: none;
  }
}

.work-card__icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #cca354;
  box-shadow: 0 0 15px 3px rgba(204, 163, 84, 0.65);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  position: relative;
}

.work-card__icon .step-number {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 32px;
  height: 32px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border: 2px solid #cca354;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.work-card__icon i {
  font-size: 44px;
  line-height: 1;
}

.work-card__content {
  margin-top: 35px;
}

/* how work section css end */
/* testimonial section css start */
.testimonial-card {
  background-color: rgba(204, 163, 84, 0.65);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 5px 0px #cca354;
}

.testimonial-card__content {
  padding: 30px 30px 60px 30px;
  border-bottom: 1px solid rgba(204, 163, 84, 0.5);
}

.testimonial-card__client {
  padding: 0 30px 20px 30px;
  margin-top: -38px;
}

.testimonial-card__client .thumb {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border: 3px solid #cca354;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: auto;
}

.testimonial-card__client .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.testimonial-card__client .name {
  font-size: 16px;
}

.testimonial-card__client .designation {
  font-size: 14px;
}

.ratings i {
  color: #e4b332;
  font-size: 14px;
}

.testimonial-slider .slick-list {
  margin: -15px;
}

.testimonial-slider .single-slide {
  margin: 15px;
}

.testimonial-slider .slick-dots {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonial-slider .slick-dots li {
  margin: 0 5px;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: #cca354;
  width: 35px;
}

.testimonial-slider .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 6px;
  background-color: rgba(204, 163, 84, 0.5);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* testimonial section css end */
/* team section css start */
.team-card {
  background-color: transparent;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.team-card:hover {
  background-color: #cca354;
  box-shadow: 0 5px 10px 5px rgba(204, 163, 84, 0.5);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-card__thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.team-card__content {
  padding: 20px 15px 15px 15px;
}

/* team section css end */
/* data section css start */
#chart>* {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.apexcharts-xaxis-label {
  color: #ffffff !important;
}

/* data section css end */
/* top investor section css start */
.border-top-1 {
  border-top: 1px solid rgba(204, 163, 84, 0.5);
}

.investor-card {
  background-color: #343a40;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.investor-card:hover {
  background-color: #cca354;
  box-shadow: 0 5px 10px 5px rgba(204, 163, 84, 0.5);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.investor-card__thumb {
  width: 35%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 767px) {
  .investor-card__thumb {
    width: 100%;
    min-height: 250px;
  }
}

.investor-card__content {
  width: 65%;
  padding: 15px 0 15px 20px;
}

@media (max-width: 767px) {
  .investor-card__content {
    width: 100%;
  }
}

/* top investor section css end */
/* cta section css start */
.cta-wrapper {
  padding: 35px 100px;
  box-shadow: 0 3px 15px rgba(204, 163, 84, 0.5);
}

@media (max-width: 767px) {
  .cta-wrapper {
    padding: 30px 50px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper {
    padding: 30px;
  }
}

/* cta section css end */
/* payment brand section css start */
.brand-item {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border: 2px solid rgba(204, 163, 84, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand-item:hover {
  border-color: #cca354;
}

.brand-item img {
  max-height: 75px;
}

.payment-slider .slick-list {
  margin: -15px;
}

.payment-slider .single-slide {
  margin: 15px;
}

/* payment brand section css end */
/* blog section css start */
.blog-card {
  padding: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #000000;
  box-shadow: 0 0 0px 2px rgba(204, 163, 84, 0.8);
}

.blog-card__thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.blog-card__content {
  padding: 20px 15px 15px 15px;
}

.blog-card__meta {
  margin: -5px -7px;
}

.blog-card__meta li {
  margin: 5px 7px;
  font-size: 14px;
}

.blog-card__meta li i {
  color: #cca354;
  font-size: 18px;
}

.blog-card__meta li a {
  color: #cca354;
}

/* blog section css end */
/* blog-details-section css start */
.blog-details__thumb {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}

.blog-details__thumb img {
  width: 100%;
}

.blog-details__thumb .post__date {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  text-align: center;
}

.blog-details__thumb .post__date .date {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  background-color: #cca354;
  padding: 10px 5px;
  width: 100%;
  line-height: 1;
}

.blog-details__thumb .post__date .month {
  background-color: #000000;
  text-transform: uppercase;
  padding: 4px 5px;
  width: 100%;
  line-height: 1;
  font-size: 18px;
}

.blog-details__content {
  margin-top: 30px;
}

.blog-details__content p {
  margin-top: 20px;
}

.blog-details__content .blog-details__title {
  font-size: 24px;
}

.blog-details__content blockquote {
  margin-top: 30px;
  margin-bottom: 0;
}

blockquote {
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  padding: 50px 60px;
  background-color: #cca354;
}

@media (max-width: 575px) {
  blockquote {
    padding: 30px 40px;
    font-size: 16px;
  }
}

.blog-details__footer {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.blog-details__footer .caption {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details__footer .social__links {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}

.blog-details__footer .social__links li a:hover {
  background-color: #cca354;
  color: #ffffff;
}

.comments-area {
  margin-top: 100px;
  margin-right: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.comments-area .title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
}

.comments-list .single-comment {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border: none;
}

.comments-list .single-comment:first-child {
  padding-top: 0;
}

.comments-list .single-comment:last-child {
  padding-bottom: 0;
}

.comments-list .single-comment__thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.comments-list .single-comment__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (max-width: 480px) {
  .comments-list .single-comment__content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comments-list .single-comment__content .name {
  text-transform: capitalize;
}

.comments-list .single-comment__content .date {
  font-size: 14px;
  font-style: italic;
}

.comments-list .single-comment__content p {
  margin-top: 5px;
}

.reply-btn {
  width: 28px;
  height: 28px;
  background-color: #cca354;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  float: right;
  margin-top: -30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.reply-btn:hover {
  background-color: #cca354;
  color: #ffffff;
}

.reply-btn i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.comment-form-area {
  margin-top: 70px;
  margin-right: 30px;
}

.comment-form-area .title {
  font-size: 24px;
  margin-bottom: 20px;
}

/* blog-details-section css end */
/* subscribe section css start */
.subscribe-wrapper {
  padding: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0 10px rgba(204, 163, 84, 0.5);
}

@media (max-width: 575px) {
  .subscribe-wrapper {
    padding: 30px;
  }
}

.subscribe-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-form .form-control {
  width: calc(100% - 65px);
  border-right: none;
}

.subscribe-form .subscribe-btn {
  width: 65px;
  background-color: #cca354;
  color: #000000;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

.subscribe-form .subscribe-btn i {
  font-size: 24px;
  line-height: 1;
}

/* subscribe section css end */
/* account section css start */
.account-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0;
}

.account-card {
  background-color: #000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(204, 163, 84, 0.45);
}

.account-card__header {
  padding: 50px 30px;
  border-bottom: 2px solid rgba(204, 163, 84, 0.5);
}

.account-card__body {
  padding: 30px;
}

/* account section css end */
/* contact-wrapper css start */
.contact-wrapper {
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0 5px 15px rgba(204, 163, 84, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact-form-wrapper {
  padding: 50px;
}

@media (max-width: 575px) {
  .contact-form-wrapper {
    padding: 30px;
  }
}

.contact-item {
  height: 100%;
  padding: 30px;
  background-color: #cca354;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 5px 15px rgba(204, 163, 84, 0.5);
}

.contact-item i {
  color: #000000;
}

.contact-item a {
  color: #ffffff;
}

.contact-item a:hover {
  color: #cca354;
}

.contact-item h5 {
  color: #000000;
}

.contact-item p,
.contact-item a {
  color: #252525;
}

.contact-item a:hover {
  color: #000000;
}

/* contact-wrapper css end */
/* dashboard section css start */
.d-widget {
  padding: 20px 10px;
  background-color: #cca354;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.d-widget .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #000000;
  color: #cca354;
  font-size: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.d-widget .amount {
  color: #cca354;
  line-height: 1;
}

.d-widget .caption {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}

/* dashboard section css end */
/* error-area css start */
.error-area {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.error-area .cmn-btn {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0.5;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  from {
    opacity: 0.5;
  }

  50% {
    opacity: 0.5;
  }
}

#desc {
  margin: 2em 0 1em;
}

.error-num {
  position: relative;
  font-size: 220px;
  font-family: "Avenir", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1;
  color: white;
  -webkit-animation: colorSplit 1.25s steps(2, end) infinite;
  animation: colorSplit 1.25s steps(2, end) infinite;
}

@media (max-width: 575px) {
  .error-num {
    font-size: 120px;
  }
}

.error-num__clip {
  position: relative;
  font-size: 220px;
  font-family: "Avenir", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1;
  color: white;
  -webkit-animation: colorSplit 1.25s steps(2, end) infinite;
  animation: colorSplit 1.25s steps(2, end) infinite;
}

@media (max-width: 575px) {
  .error-num__clip {
    font-size: 120px;
  }
}

.error-num__clip::before {
  position: relative;
  font-size: 220px;
  font-family: "Avenir", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1;
  color: white;
  -webkit-animation: colorSplit 1.25s steps(2, end) infinite;
  animation: colorSplit 1.25s steps(2, end) infinite;
}

@media (max-width: 575px) {
  .error-num__clip::before {
    font-size: 120px;
  }
}

.error-num__clip-left {
  position: relative;
  font-size: 10rem;
  font-family: "Avenir", sans-serif;
  letter-spacing: 1px;
  color: white;
  -webkit-animation: colorSplit 1.25s steps(2, end) infinite;
  animation: colorSplit 1.25s steps(2, end) infinite;
}

@-webkit-keyframes colorSplit {
  25% {
    text-shadow: -0.02em 0 0 #cca354, 0.025em 0 0 #8f6d2b;
  }

  75% {
    text-shadow: -0.035em 0 0 #cca354, 0.04em 0 0 #8f6d2b;
  }
}

@keyframes colorSplit {
  25% {
    text-shadow: -0.02em 0 0 #cca354, 0.025em 0 0 #8f6d2b;
  }

  75% {
    text-shadow: -0.035em 0 0 #cca354, 0.04em 0 0 #8f6d2b;
  }
}

.error-num__clip {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10;
  color: #333;
  overflow: visible;
  -webkit-clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  -webkit-animation: glitch 1s steps(2, start) infinite;
  animation: glitch 1s steps(2, start) infinite;
}

.error-num__clip::before {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10;
  color: #333;
  overflow: visible;
  -webkit-clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  -webkit-animation: glitch 1s steps(2, start) infinite;
  animation: glitch 1s steps(2, start) infinite;
}

.error-num__clip-left {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10;
  color: #333;
  overflow: visible;
  -webkit-clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  clip-path: polygon(0% 0%,
      100% 0,
      100% 25%,
      0 25%,
      0 30%,
      100% 30%,
      100% 50%,
      0 50%,
      0 60%,
      100% 60%,
      100% 65%,
      0 65%,
      0 80%,
      100% 80%,
      100% 85%,
      0 85%,
      0% 0%);
  -webkit-animation: glitch 1s steps(2, start) infinite;
  animation: glitch 1s steps(2, start) infinite;
}

@-webkit-keyframes glitch {
  30% {
    left: 0;
  }

  to {
    left: 0;
  }
}

@keyframes glitch {
  30% {
    left: 0;
  }

  to {
    left: 0;
  }
}

.error-num__clip::before,
.error-num__clip-left::before {
  content: "404";
  left: 0.05em;
  color: white;
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%,
      100% 0,
      100% 26%,
      0 26%,
      0 29%,
      100% 29%,
      100% 51%,
      0 51%,
      0 59%,
      100% 59%,
      100% 66%,
      0 66%,
      0 79%,
      100% 79%,
      100% 86%,
      0 86%,
      0% 0%);
  clip-path: polygon(0% 0%,
      100% 0,
      100% 26%,
      0 26%,
      0 29%,
      100% 29%,
      100% 51%,
      0 51%,
      0 59%,
      100% 59%,
      100% 66%,
      0 66%,
      0 79%,
      100% 79%,
      100% 86%,
      0 86%,
      0% 0%);
}

/* error-area css end */
/* sidebar css start */
.search-from .custom-input-field {
  position: relative;
}

.search-from .custom-input-field input {
  width: 100%;
  height: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.search-from .custom-input-field input:focus {
  border-color: #cca354;
}

.search-from .custom-input-field i {
  position: absolute;
  top: 21px;
  right: 20px;
  color: #cca354;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 65px;
  }
}

.sidebar .widget+.widget {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .sidebar .widget+.widget {
    margin-top: 40px;
  }
}

.sidebar .widget-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.sidebar .widget-title::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 5px;
  height: 23px;
  background-color: #cca354;
}

.sidebar .category-list {
  margin-top: -7px;
}

.sidebar .category-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .category-list li:first-child {
  padding-top: 0;
}

.sidebar .category-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .category-list li a {
  text-transform: capitalize;
  display: block;
  color: #ffffff;
}

.sidebar .category-list li a:hover {
  color: #cca354;
}

.sidebar .destination-filter-widget {
  padding: 50px 30px;
  background-color: #eaf1fd;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .destination-filter-widget .widget-title {
  margin-bottom: 21px;
  padding-left: 0;
}

.sidebar .destination-filter-widget .widget-title::before {
  display: none;
}

.sidebar .destination-filter-widget .form-group,
.sidebar .destination-filter-widget .nice-select {
  margin-bottom: 20px;
}

.sidebar .destination-filter-widget .nice-select,
.sidebar .destination-filter-widget input {
  background-color: #f5f8fe;
}

.sidebar .destination-filter-widget label {
  font-weight: 500;
}

.sidebar .destination-filter-widget .cmn-btn {
  padding: 10px 25px;
  font-size: 14px;
}

.sidebar .sidebar-destination-form .ui-widget {
  background-color: #b2cdfb;
  border: none;
  height: 3px;
}

.sidebar .sidebar-destination-form .ui-widget .ui-slider-range {
  background-color: #cca354;
}

.sidebar .sidebar-destination-form span.ui-slider-handle {
  width: 14px;
  height: 14px;
  background-color: #cca354;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.sidebar .sidebar-destination-form span.ui-slider-handle:first-child {
  display: none;
}

.sidebar .sidebar-destination-form .filter-price-result {
  margin-top: -47px;
}

.sidebar .sidebar-destination-form .filter-price-result input {
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0;
  text-align: right;
}

.sidebar .sidebar-destination-form .cmn-btn-border {
  margin-top: 30px;
}

.sidebar .tag-list {
  margin: -3px -1px;
}

.sidebar .tag-list a {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  text-transform: capitalize;
  margin: 3px 1px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .tag-list a:hover {
  background-color: #cca354;
  color: #ffffff;
  border-color: #cca354;
}

.sidebar .help-widget {
  padding: 50px 30px;
  background-color: #eaf1fd;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .help-widget .widget-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.sidebar .help-widget .widget-title::before {
  display: none;
}

.sidebar .help-widget .cmn-btn {
  padding: 10px 25px;
  font-size: 14px;
  margin-top: 20px;
}

.small-post-list .small-post-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.small-post-list .small-post-single:first-child {
  padding-top: 0;
}

.small-post-list .small-post-single:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.small-post-list .small-post-single .thumb {
  width: 70px;
}

.small-post-list .small-post-single .thumb img {
  height: 70px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.small-post-list .small-post-single .content {
  width: calc(100% - 70px);
  padding-left: 15px;
}

.small-post-list .small-post-single .content .post-title a {
  font-size: 16px;
}

.small-post-list .small-post-single .content .date {
  font-size: 14px;
  margin-top: 5px;
  color: #ffffff;
}

/* sidebar css end */
/* footer start */
.footer {
  border-top: 2px solid rgba(204, 163, 84, 0.5);
  position: relative;
}

.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.45;
}

.footer__top {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer__bottom {
  padding: 20px 0;
  background-color: #000000;
}

.footer-short-menu {
  margin: -5px -10px;
}

.footer-short-menu li {
  margin: 5px 10px;
}

.footer-short-menu li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-short-menu li a:hover {
  color: #cca354;
}

.social-link-list {
  margin: -5px;
}

.social-link-list li {
  margin: 5px;
}

.social-link-list li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.social-link-list li a:hover {
  color: #cca354;
}

.footer-logo img {
  max-height: 50px;
}

/* footer end */

/*# sourceMappingURL=main.css.map */

.about-content {
  text-align: center;
}

ul.account-menu.ml-3 li {
  background: #2b1a00;
  padding: 5px 10px;
  color: white;
}

ul.account-menu.ml-3 li a {
  text-decoration: none;
  color: white !important;
}

nav.navbar.navbar-expand-xl.p-0.align-items-center {
  padding: 20px !important;
}

::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #906315;
  /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: #0e0e0e;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #755324;
  /* creates padding around scroll thumb */
}

ul.account-menu.mobile-acc-menu {
  display: none;
}

button.navbar-toggler {
  display: none;
}

div#navbarSupportedContent {
  display: none;
}

.scroll-to-top .scroll-icon {
  position: relative;
  top: -5px;
}

.scroll-to-top .scroll-icon i {
  transform: rotate(0);
}

.brand-item {
  display: block;
  height: 178px;
  background: linear-gradient(289deg, #2b1a00, #120900);
}

.brand-item i {
  font-size: 30px;
}

.choose-card__description {
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.choose-card {
  padding: 30px;
  background-color: #cca354;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  border: 1px solid;
}

.base--pms-bg {
  background: linear-gradient(353deg, #452a06, #000000);
}

.cureency-section {
  /* padding: 50px 0; */
  padding: 50px 0 25px 0;
  background: linear-gradient(45deg, #2b1a00, #2b1a00);
}

.why-us {
  background-color: #2b1a00;
}

/* Default: 5 columns for desktop */
.payment-slider-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 5 columns */
  gap: 16px;
  /* Adjust gap between items */
}

/* For tablets (3 columns) */
@media (max-width: 1024px) {
  .payment-slider-content {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
  }
}

/* For mobile (2 columns) */
@media (max-width: 768px) {
  .payment-slider-content {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
  }
}

/* For smaller screens, auto-adjust columns */
@media (max-width: 480px) {
  .payment-slider-content {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /* Auto-adjust */
  }
}

@media screen and (max-width: 767px) {
  .team-card__thumb img {
    width: 50%;
  }

  .hero__content {
    text-align: center;
  }

  .testimonial-slider iframe {
    width: 320px;
  }

  .cta-wrapper.bg_img.border-radius--10.text-center {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  ul.account-menu.mobile-acc-menu {
    display: block;
  }

  .account-menu.mobile-acc-menu {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
  }

  li.book-a-call {
    background: #4b2f0b;
    color: white;
    padding: 5px 10px;
  }

  li.book-a-call a {
    color: white;
  }

  .payment-slider-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* .payment-slider-content > :nth-child(3) {
grid-column: span 2;
} */
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #727272;
}

.why-us .base--color,
.hero .base--color {
  color: #e3e3e3 !important;
}

span.base--color-brand {
  color: #956e36;
}

.founders-section.testimonial-card {
  background-color: #120a00;
}

.founders-section .testimonial-card__client .thumb {
  margin-left: unset;
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
}

.founders-section .testimonial-card__content {
  border-bottom: 1px solid TRANSPARENT;
}

.founders-section .testimonial-card__content P {
  font-style: oblique;
  font-family: "Avenir";
  font-size: 19px;
}

@media (max-width: 991px) {
  .cureency-section {
    border-bottom: 2px solid transparent;
  }
}

h5.section-title.mb-4.text-center {
  font-size: 25px;
}

/* table */
#table-container td.normal-text {
  color: #936c33;
}

#table-container td.positive-value {
  color: #28a745;
}

#table-container td.negative-value {
  color: #dc3545;
}

/* how to find pms best */
.evaluation-container {
  background: #120a00;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.evaluation-container h2 {
  color: #fff;
  font-size: 1.8em;
  margin-top: 30px;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

.evaluation-container p,
.evaluation-container li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.evaluation-container ul {
  list-style-type: none;
  padding: 0;
}

.evaluation-container li {
  background: #2c2114;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.evaluation-container .highlight {
  background: #745012;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}

.evaluation-container .highlight a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.evaluation-container .highlight a:hover {
  text-decoration: underline;
}

.evaluation-container .call-to-action {
  text-align: center;
  margin-top: 30px;
}

.evaluation-container .call-to-action a {
  display: inline-block;
  background: #4f381c;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
}

.evaluation-container .call-to-action a:hover {
  background: #745012;
}

h2.section-title.mb-30.text-center {
  font-size: 44px !important;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .evaluation-container .container {
    padding: 20px;
  }

  .evaluation-container h2 {
    font-size: 1.5em;
  }

  h2.section-title.mb-30.text-center {
    font-size: 24px !important;
  }
}

/* benefit */

.pms-page-container h2 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700 !important;
}

.pms-page-container h2 span {
  color: #956e36;
  font-weight: 700 !important;
}

.pms-page-container p {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: #e8e6e3;
}

/* Responsive */
@media (max-width: 768px) {
  .pms-page-container h2 {
    font-size: 1.8em;
  }

  .pms-page-container .benefit-card {
    flex: 0 0 100% !important;
    padding: 20px !important;
  }

  .pms-page-container .benefit-cards {
    margin-top: 20px !important;
    margin-bottom: 30px;
  }
}

/* Cards Layout */
.pms-page-container .benefit-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.pms-page-container .benefit-card {
  flex: 0 0 48%;
  background: linear-gradient(180deg, #1b1000 0%, #0d0800 100%);
  padding: 30px;
  border-radius: 14px;
  border-left: 6px solid #cca354;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.35);
  text-align: left;
  transition: all 0.35s ease;
  position: relative;
}

.pms-page-container .benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 30px rgba(193, 145, 45, 0.3);
}

.pms-page-container .benefit-card h3 {
  color: #cca354;
  margin-bottom: 15px;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pms-page-container .benefit-card h3 span {
  color: #fff;
}

.pms-page-container .benefit-card i {
  font-size: 40px;
  color: #cca354;
}

.pms-page-container .benefit-card p {
  text-align: left;
  font-size: 16px;
  color: #eaeaea;
}

.pms-page-container .benefit-card ul {
  margin-top: 10px;
  padding-left: 20px;
}

.pms-page-container .benefit-card ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.pms-page-container .benefit-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #cca354;
  font-size: 20px;
  line-height: 1;
}

/* aif */
.text-box-60 {
  width: 60%;
}

p.mt-5 {
  padding-top: 30px;
}

/*tabs*/
.aif-tabs {
  text-align: center;
  /* padding: 40px 0; */
}

.aif-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.aif-tab-btn {
  background: #be9755;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}

.aif-tab-btn.active {
  background: #916416;
  color: #fff !important;
}

.aif-tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.aif-tab-content.active {
  display: block;
}

.aif-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-items: center;
}

.aif-card {
  background: linear-gradient(353deg, #452a06, #000000);
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-width: 100%;
  height: 170px;
  width: 100%;
}

.aif-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*category-1*/
.aif-category-one {
  text-align: center;
  /* padding: 0px 0 40px; */
}

.aif-category-title {
  background: #916416;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  color: white;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/*.aif-category-grid {*/
/* display: grid;*/
/* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
/* gap: 20px;*/
/* padding: 0 20px;*/
/*}*/

.aif-category-grid {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .aif-category-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aif-category-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px;
  }
}

.aif-category-card {
  background: linear-gradient(353deg, #452a06, #000000);
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-width: 100%;
  /*height: 150px;*/
  width: 100%;
}

/* Card heading */
.aif-category-card h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.title-area.text-center {
  max-width: 950px !important;
}

@media (max-width: 767px) {
  .text-box-60 {
    width: 100%;
  }

  p.mt-5 {
    padding-top: 0 !important;
  }

  .aif-card-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

.section-cta.text-center.mt-80 {
  width: 60%;
  margin: 80px auto 0 auto;
  box-shadow: 2px 2px 5px 1px #2b1a00, -2px 2px 5px 1px #2b1a00;
  padding: 50px;
  background: linear-gradient(45deg, #030201, #2c1e05);
}

@media screen and (max-width: 767px) {
  .section-cta.text-center.mt-80 {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 30px;
  }
}

/* why choose us */

.best-pms.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-items: center;
}

.best-pms.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  justify-content: center;
}

.best-pms.feature-item .icon {
  font-size: 24px;
}

@media (max-width: 768px) {
  .best-pms.feature-item {
    margin-left: 0px !important;
  }

  .best-pms.features-grid {
    margin: 0px 10px;
  }
}

/* australia super */
.australia-super.features-grid {
  justify-items: left !important;
  background: linear-gradient(289deg, #2B1A00, #120900);
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px solid rgba(204, 163, 84, 0.5);
}

.australia-super.features-grid:hover {
  border-color: #cca354;
}

.invest-para {
  margin-top: 40px !important;
}


.investment-card a {
  color: #cca354;
}


/* factors */

.best-pms.factors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 30px; */
  justify-items: center;
  align-items: start;
}

.best-pms .factor-item {
  text-align: center;
}

.best-pms .factor-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.best-pms .factor-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.best-pms .factor-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.best-pms .factor-desc {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .best-pms .factors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .best-pms .factor-desc {
    font-size: 14px;
  }

  .best-pms.factors-grid.p-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    padding: 40px 10px !important;
  }

  .custom-heading-banner {
    max-width: 95% !important;
  }
}

@media (max-width: 480px) {
  .best-pms .factors-section {
    padding: 50px 0;
  }

  .best-pms .factor-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .best-pms .factor-title {
    font-size: 1.2rem;
  }
}

p.qrc-highlight {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #d4af37;
  padding: 1.2rem 1.8rem;
  margin: 2rem auto;
  max-width: 900px;
  border-radius: 10px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.custom-heading-banner {
  border: 1px solid #745012 !important;
  vertical-align: middle;
  border-radius: 20px;
  background: linear-gradient(181deg, #120a00, #745012);
  padding: 10px 30px !important;
  color: #c2b59f !important;
  margin: 0px auto 60px !important;
  max-width: 600px !important;
}

.custom-heading-banner-1 {
  border: 1px solid #745012 !important;
  border-radius: 25px;
  vertical-align: middle;
  border: 2px solid #9b6c3b;
  border-radius: 20px;
  background: linear-gradient(181deg, #120a00, #745012);
  padding: 10px 0px !important;
  /* padding-top: 5px; */
  color: #c2b59f !important;
  width: 50%;
  margin: 20px auto;
  font-size: 24px;
  text-align: center;
}

.custom-height {
  padding-bottom: 80px !important;
}

.bg-none:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.founder-name {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

.founder-designation {
  font-size: 12px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

.questions-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.question-box {
  background: linear-gradient(179deg, #1e1207, #574123);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #9b6c3b;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
}

/* Responsive: 1 column on mobile */
@media (max-width: 768px) {
  .questions-section {
    grid-template-columns: 1fr;
  }

  .expect-grid {
    grid-template-columns: 1fr;
  }

  .center-card {
    margin-bottom: 40px;
  }
}

.core-values {
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
}

.value-card {
  background: #130b00;
  flex: 1 1 18%;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  border-right: 1px solid #4b3618;
  transition: all 0.3s ease;
}

.value-card:last-child {
  border-right: none;
}

.value-card i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.value-card h5 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
}

.value-card:hover {
  background: #1e1300;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 992px) {
  .value-card {
    flex: 1 1 45%;
    margin: 10px;
    border: none;
  }
}

@media (max-width: 576px) {
  .value-card {
    flex: 1 1 100%;
  }
}

.center-card {
  background: linear-gradient(179deg, #1e1207, #574123);
  border: 1px solid #9b6c3b;
  border-radius: 10px;
  padding: 30px 40px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.center-card h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.center-card p {
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.expect-card {
  background: linear-gradient(179deg, #1e1207, #574123);
  border: 1px solid #9b6c3b;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.expect-card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.expect-card p {
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.mb-15.fund-managers-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 756px) {
  .expect-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .core-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .core-values .value-card:last-child {
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 2;
  }

  .hero .custom-heading-banner-1 {
    width: 100%;
  }

  .mb-15.fund-managers-box {
    grid-template-columns: 1fr 1fr;
  }
}


.pt-50{
padding-top: 50px;
}

.d-none{
display: none !important;
}