/* your styles go here */
/*@font-face {
    font-family: 'Arial Rounded MT';
    src: url('ArialRoundedMTBold.woff2') format('woff2'),
        url('ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
/*.ml-auto {
    margin-left: auto !important;
}*/
/*.navbar-nav {
            margin-left: auto;
        }*/

.bg-dark {
  background-color: #2d3035 !important;
  border-bottom: 1px solid #34373d !important;
  padding: 20px 0px !important;
}

a.nav-link {
  font-size: 15px !important;
}

a.nav-link {
  font-weight: normal !important;
  font-family: arial;
}

.top-text h1 {
  padding-top: 50px;
  padding-bottom: 20px;
}


a.nav-link {
  color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {

  font-family: var(--bs-font-sans-serif);
}

.top-text h1 {
  padding-top: 104px;
  padding-bottom: 20px;

}

.top-text h3 {

  padding-bottom: 20px;

}

.sec-mac {
  padding: 50px 0px;
}

.sec-mac img {
  width: 80%;
}

/*section heading css*/
.sec-head hr {
  width: 84px;
  height: 6px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 23px;
  background: #e01646 !important;
  opacity: 1;
}

.sec-head h3 {
  font-size: 38px;

  padding-top: 50px;
}

.sec-head h5 {
  font-size: 20px;

  padding-top: 30px;

}

.sec-head p {
  font-size: 16px;

  padding-top: 30px;

}

.blk-sec {
  padding: 50px 0px;
}

.blk-sec p {
  line-height: 35px;

}

.w100 {
  width: 100%;
}

.mt50 {
  margin-top: 50px;
}

.mac2 img {
  margin-top: 50px;
}

.text-dash-gray.footer-distributed {
  background-color: ##292c2f !important;
}




/* theme color css */


.bgDark {
  background: #34373d;
}

.bg-dash-dark-1 {
  background: #34373d !important;
}

.text-dash-dark-1 {
  color: #34373d !important;
}

.border-dash-dark-1 {
  border-color: #34373d !important;
}

.bg-dash-dark-2 {
  background: #141d2b !important;
}

.text-dash-dark-2 {
  color: #2d3035 !important;
}

.border-dash-dark-2 {
  border-color: #2d3035 !important;
}

.bg-dash-dark-3 {
  background: #22252a !important;
}

.text-dash-dark-3 {
  color: #22252a !important;
}

.border-dash-dark-3 {
  border-color: #22252a !important;
}

.bg-dash-gray {
  background: #8a8d93 !important;
}

.text-dash-gray {
  color: #8a8d93 !important;
}

.border-dash-gray {
  border-color: #8a8d93 !important;
}

.bg-dash-gray-dark {
  background: #6a6c70 !important;
}

.text-dash-gray-dark {
  color: #6a6c70 !important;
}

.border-dash-gray-dark {
  border-color: #6a6c70 !important;
}

.bg-dash-color-1 {
  background: #864dd9 !important;
}

.text-dash-color-1 {
  color: #864dd9 !important;
}

.border-dash-color-1 {
  border-color: #864dd9 !important;
}

.bg-dash-color-2 {
  background: #cf53f9 !important;
}

.text-dash-color-2 {
  color: #cf53f9 !important;
}

.border-dash-color-2 {
  border-color: #cf53f9 !important;
}

.bg-dash-color-3 {
  background: #e95f71 !important;
}

.text-dash-color-3 {
  color: #e95f71 !important;
}

.border-dash-color-3 {
  border-color: #e95f71 !important;
}

.bg-dash-color-4 {
  background: #7127ac !important;
}

.text-dash-color-4 {
  color: #7127ac !important;
}

.border-dash-color-4 {
  border-color: #7127ac !important;
}

/* theme color end */

















.spinner-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f8f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.spinner::before,
.spinner:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.spinner:before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #c59d5f 0%, #515151 100%);
  animation: spin .5s infinite linear;
}

.spinner:after {
  width: 90%;
  height: 90%;
  background-color: #f3f0f0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-left {
  position: absolute;
  right: 40px;
}


@media (max-width: 768px) {


  .menu-left {
    position: inherit;
    right: 0px;
  }
}

@media (max-width: 600px) {


  .menu-left {
    position: inherit;
    right: 0px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}