/**
 * Aspekta
 * @version 2.000
 *
 * @link https://github.com/ivodolenc/aspekta
 *
 * @author Ivo Dolenc (c) 2022
 * @license Open Font License (OFL) v1.1
 *
 * Font Family: Aspekta
 * Font Styles: 50-1000 Normal
 */

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url('aspekta/Aspekta-50.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('aspekta/Aspekta-100.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url('aspekta/Aspekta-150.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('aspekta/Aspekta-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url('aspekta/Aspekta-250.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('aspekta/Aspekta-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url('aspekta/Aspekta-350.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('aspekta/Aspekta-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url('aspekta/Aspekta-450.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('aspekta/Aspekta-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url('aspekta/Aspekta-550.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('aspekta/Aspekta-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url('aspekta/Aspekta-650.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('aspekta/Aspekta-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url('aspekta/Aspekta-750.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('aspekta/Aspekta-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url('aspekta/Aspekta-850.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('aspekta/Aspekta-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url('aspekta/Aspekta-950.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url('aspekta/Aspekta-1000.woff2') format('woff2');
}

body, html {
  font-family: 'Aspekta';
}

.btn-back-to-top {
  width: 2.5rem; 
  height: 2.5rem;
}


.text-gray {
  color: #64748B;
}

.bg-gray {
  background: #64748B;
}

.text-gray-2 {
  color: #f8fafc;
}

.bg-gray-2 {
  background: #f8fafc;
}

.light-browser-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: #f0f2f5 !important;
  padding: 10px !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.light-browser-footer > img {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.dark-browser-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: #101d2d !important;
  padding: 10px !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.dark-browser-footer {
  border: 0.01px solid #101d2d !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; 
}

.dark-browser-footer > img {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

@media (min-width: 992px) { 
  .bs-dropdown-min-width-40rem {
    --bs-dropdown-min-width: 40rem;
  }
}


.loader-wrapper {
    position: absolute !important;
   /* width: 100vw;
    height: 100vh;*/
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: var(--bs-dark) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}

.loader {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    border: 4px solid #Fff !important;
    animation: loader 2s infinite ease !important;
}

.loader-inner {
    vertical-align: top !important;
    display: inline-block !important;
    width: 100% !important;
    background-color: #fff !important;
    animation: loader-inner 2s infinite ease-in !important;
}

@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}



.footer-socail{
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  color: #fff;
}
.footer-socail a{
  padding: 10px 0px;
  display: block;
}
.footer-socail i{
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.user_img{
  display: grid;
  grid-template-columns: 50px auto;
  margin-bottom: 10px;
}

 #calltoaction2 h3:after {
    display: block;
    content: "";
    height: 2px;
    width: 100px;
    background: #fff;
    margin: 30px auto;
    position: relative;
 }